Skip to content

Commit ad4c7bd

Browse files
authored
Merge pull request #15 from adriansuter/patch-override
Fix comments
2 parents 5a32c12 + c5c6726 commit ad4c7bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Override.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use function clearstatcache;
2222
use function dirname;
2323
use function explode;
24-
use function file_exists;
2524
use function implode;
2625
use function is_dir;
2726
use function is_numeric;
@@ -78,7 +77,7 @@ private static function getCodeConverter(): CodeConverter
7877

7978
/**
8079
* @param ClassLoader $classLoader
81-
* @param string[]|Closure[] $functionCallMap
80+
* @param string[][]|Closure[][] $functionCallMap
8281
* @param string $overrideNamespace
8382
*/
8483
public static function apply(

0 commit comments

Comments
 (0)