Completed
Branch master (0bf65c)
by Dmitry
02:31
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   +4 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.