Skip to content

Commit

Permalink
Documentation change to hopefully stop Scrutinizer complaining about …
Browse files Browse the repository at this point in the history
…return types.
  • Loading branch information
hexus committed Nov 3, 2015
1 parent c41415c commit dc20162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Darya/ORM/Relation.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* TODO: errors() method.
* TODO: Filter, order, limit, offset for load() and retrieve().
* TODO: Shouldn't delimitClass() and prepareForeignKey() be static?
* TODO: Use a $loaded property instead of setting relations to null.
*
* @author Chris Andrew <[email protected]>
*/
Expand Down Expand Up @@ -48,7 +49,7 @@ abstract class Relation {
protected $constraints = array();

/**
* @var array The related instances
* @var Record[]|null The related instances
*/
protected $related = null;

Expand Down

0 comments on commit dc20162

Please sign in to comment.