Passed
Pull Request — master (#74)
by Tobias
02:16
created
src/NodeVisitor/ClassExistsScoperNodeVisitor.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
 namespace Humbug\PhpScoper\NodeVisitor;
16 16
 
17 17
 use PhpParser\Node;
18
-use PhpParser\Node\Name;
19
-use PhpParser\Node\Stmt\Namespace_;
20 18
 use PhpParser\NodeVisitorAbstract;
21 19
 
22 20
 final class ClassExistsScoperNodeVisitor extends NodeVisitorAbstract
Please login to merge, or discard this patch.