Skip to content

Commit

Permalink
Documentation in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed Dec 1, 2018
1 parent d87578b commit c2e7390
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 10 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Things To Do

* Post link to project in the comments section of this video: https://www.youtube.com/watch?time_continue=58&v=1l0kO-iaN_o
* Create a laravel collections to versatile collections method equivalence table

# References

* https://help.github.com/categories/writing-on-github/

> **NOTE TO SELF:** Create github issues rather than adding tasks to this file
2 changes: 1 addition & 1 deletion docs/ObjectsCollections.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ return value of NULL for such calls.
If the called method does not exist in one or more of the objects in the collection,
an exception is thrown.

>NOTE: methods registered to the collection via either **`addMethod`** or
> **NOTE:** methods registered to the collection via either **`addMethod`** or
**`addMethodForAllInstances`** having the same name as a method present in the
objects in the collection will be called instead of the one in the objects. For
example, if a method named **`save`** was registered via either **`addMethod`** or
Expand Down
5 changes: 0 additions & 5 deletions documentation-notes-delete-when-done.txt

This file was deleted.

0 comments on commit c2e7390

Please sign in to comment.