Completed
Push — master ( ca06a8...29ea5e )
by Vitaly
02:41
created
src/AbstractGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * MethodGenerator constructor.
26 26
      *
27
-     * @param GenericGenerator $parent Parent generator
27
+     * @param AbstractGenerator $parent Parent generator
28 28
      */
29 29
     public function __construct(AbstractGenerator $parent = null)
30 30
     {
Please login to merge, or discard this patch.