Completed
Push — master ( 9c59b1...ce9df9 )
by Vitaly
02:20
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.
src/GenericGenerator.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
      * Set function.
23 23
      *
24 24
      * @param string $name Function
25
-     * @param bool   $isStatic Flag that function is static
26 25
      *
27 26
      * @return FunctionGenerator New function generator instance
28 27
      */
Please login to merge, or discard this patch.