Completed
Pull Request — master (#74)
by Tobias
03:46 queued 01:29
created
src/NodeVisitor/ClassExistsScoperNodeVisitor.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
     private $prefix;
28 28
 
29
+    /**
30
+     * @param string $prefix
31
+     */
29 32
     public function __construct($prefix)
30 33
     {
31 34
         $this->prefix = $prefix;
Please login to merge, or discard this patch.