Completed
Pull Request — develop (#291)
by Armando
03:51
created
src/Entities/Entity.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * Reflect
67 67
      *
68
-     * @param null $object
68
+     * @param Entity $object
69 69
      *
70 70
      * @return array
71 71
      */
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * Get a property from the current Entity
185 185
      *
186
-     * @param mixed $property
186
+     * @param string $property
187 187
      * @param mixed $default
188 188
      *
189 189
      * @return mixed
Please login to merge, or discard this patch.