Skip to content

Commit c5c6726

Browse files
committed
Fix comments
1 parent 5a32c12 commit c5c6726

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)