We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a84fe2 commit 763936bCopy full SHA for 763936b
packages/core/src/DiscoveryConfig.php
@@ -8,6 +8,7 @@ final class DiscoveryConfig
8
9
public function shouldSkip(string $input): bool
10
{
11
+ // TODO: This should be optimized
12
return $this->skipDiscovery[$input]
13
?? $this->skipDiscovery[str_replace(['\\', '/'], DIRECTORY_SEPARATOR, $input)]
14
?? $this->skipDiscovery[realpath($input)]
0 commit comments