Completed
Pull Request — master (#150)
by Дмитрий
03:17
created
src/Compiler/Event/StatementAfterCompile.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
26 26
      */
27 27
     protected $result;
28 28
 
29
+    /**
30
+     * @param \PHPSA\Definition\ClassDefinition $result
31
+     */
29 32
     public function __construct(\PhpParser\Node\Stmt $statement, Context $context, $result)
30 33
     {
31 34
         parent::__construct();
Please login to merge, or discard this patch.