Passed
Pull Request — master (#41)
by Thomas
03:07
created
src/Namer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,8 +148,8 @@
 block discarded – undo
148 148
     /**
149 149
      * Get the column name with $namingScheme or default naming scheme
150 150
      *
151
-     * @param $name
152
-     * @param null $namingScheme
151
+     * @param string $name
152
+     * @param string $namingScheme
153 153
      * @return string
154 154
      */
155 155
     public function getMethodName($name, $namingScheme = null)
Please login to merge, or discard this patch.
src/Entity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@
 block discarded – undo
266 266
      *
267 267
      * @param string $attribute
268 268
      * @param mixed $value
269
-     * @return bool|Error
269
+     * @return Error
270 270
      * @throws Exception
271 271
      */
272 272
     public static function validate($attribute, $value)
Please login to merge, or discard this patch.