Completed
Push — master ( 2bdfc4...eb6d5f )
by Dmitry
03:21
created
src/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @return Entity
94
+     * @return boolean
95 95
      */
96 96
     public function knows(Contracts\Entity $entity)
97 97
     {
Please login to merge, or discard this patch.
src/Schema/Type.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -139,6 +139,9 @@
 block discarded – undo
139 139
         return $this;
140 140
     }
141 141
 
142
+    /**
143
+     * @param string $property
144
+     */
142 145
     public function reference(Contracts\Type $foreign, $property = null)
143 146
     {
144 147
         if (!$property) {
Please login to merge, or discard this patch.