Passed
Pull Request — master (#41)
by Thomas
03:49
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.