@@ -26,6 +26,9 @@ |
||
| 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; |
@@ -15,8 +15,6 @@ |
||
| 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 |