Completed
Push — master ( 82460f...99f20e )
by Vitaly
03:07
created
src/Generator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -351,7 +351,7 @@
 block discarded – undo
351 351
      *
352 352
      * @param string $name Variable name
353 353
      * @param string $visibility Variable accessibility level
354
-     * @param mixed $value Variable default value
354
+     * @param string $value Variable default value
355 355
      * @return self Chaining
356 356
      */
357 357
     public function defClassVar($name, $visibility = 'public', $value = null)
Please login to merge, or discard this patch.