Skip to content

Commit 763936b

Browse files
committed
wip
1 parent 5a84fe2 commit 763936b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/DiscoveryConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ final class DiscoveryConfig
88

99
public function shouldSkip(string $input): bool
1010
{
11+
// TODO: This should be optimized
1112
return $this->skipDiscovery[$input]
1213
?? $this->skipDiscovery[str_replace(['\\', '/'], DIRECTORY_SEPARATOR, $input)]
1314
?? $this->skipDiscovery[realpath($input)]

0 commit comments

Comments
 (0)