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