@@ -107,9 +107,6 @@ |
||
| 107 | 107 | * @param callable[] $patchers List of closures which can alter the content of the files being |
| 108 | 108 | * scoped. |
| 109 | 109 | * @param Whitelist $whitelist List of classes that will not be scoped. |
| 110 | - * @param Closure $globalNamespaceWhitelisters Closure taking a class name from the global namespace as an argument and |
|
| 111 | - * returning a boolean which if `true` means the class should be scoped |
|
| 112 | - * (i.e. is ignored) or scoped otherwise. |
|
| 113 | 110 | * @param string[] $whitelistedFiles List of absolute paths of files to completely ignore |
| 114 | 111 | */ |
| 115 | 112 | private function __construct( |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use Humbug\PhpScoper\Scoper; |
| 22 | 22 | use Humbug\PhpScoper\Scoper\Composer\InstalledPackagesScoper; |
| 23 | 23 | use Humbug\PhpScoper\Scoper\Composer\JsonFileScoper; |
| 24 | -use Humbug\PhpScoper\Scoper\FileWhitelistScoper; |
|
| 25 | 24 | use Humbug\PhpScoper\Scoper\NullScoper; |
| 26 | 25 | use Humbug\PhpScoper\Scoper\PatchScoper; |
| 27 | 26 | use Humbug\PhpScoper\Scoper\PhpScoper; |