Completed
Push — master ( 8773a6...36049f )
by Dmitry
04:14
created
src/Repository.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
     }
206 206
 
207 207
     /**
208
-     * @return Entity
208
+     * @return boolean
209 209
      */
210 210
     public function knows(Contracts\Entity $entity)
211 211
     {
@@ -340,6 +340,9 @@  discard block
 block discarded – undo
340 340
         return $this->type;
341 341
     }
342 342
 
343
+    /**
344
+     * @param string $query
345
+     */
343 346
     public function evaluate($query)
344 347
     {
345 348
         $result = [];
Please login to merge, or discard this patch.