@@ -91,9 +91,6 @@ |
||
91 | 91 | * @param callable[] $patchers List of closures which can alter the content of the files being |
92 | 92 | * scoped. |
93 | 93 | * @param Whitelist $whitelist List of classes that will not be scoped. |
94 | - * @param Closure $globalNamespaceWhitelisters Closure taking a class name from the global namespace as an argument and |
|
95 | - * returning a boolean which if `true` means the class should be scoped |
|
96 | - * (i.e. is ignored) or scoped otherwise. |
|
97 | 94 | */ |
98 | 95 | private function __construct( |
99 | 96 | ?string $path, |