@@ -91,7 +91,7 @@ |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
94 | - * @return Entity |
|
94 | + * @return boolean |
|
95 | 95 | */ |
96 | 96 | public function knows(Contracts\Entity $entity) |
97 | 97 | { |
@@ -45,6 +45,9 @@ discard block |
||
45 | 45 | return $this->properties; |
46 | 46 | } |
47 | 47 | |
48 | + /** |
|
49 | + * @param string $properties |
|
50 | + */ |
|
48 | 51 | public function addIndex($properties, array $arguments = null) |
49 | 52 | { |
50 | 53 | $properties = (array) $properties; |
@@ -81,6 +84,7 @@ discard block |
||
81 | 84 | |
82 | 85 | /** |
83 | 86 | * @param $property name |
87 | + * @param string $first |
|
84 | 88 | * @return Type |
85 | 89 | */ |
86 | 90 | public function addProperty($first) |