Skip to content

Commit 355eab3

Browse files
committed
wip
1 parent db90b07 commit 355eab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/DiscoveryConfig.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ public function skipClasses(string ...$classNames): self
2323
public function skipPaths(string ...$paths): self
2424
{
2525
foreach ($paths as $path) {
26+
$path = str_replace(['\\', '/'], DIRECTORY_SEPARATOR, $path);
27+
2628
$realpath = realpath($path);
2729

2830
if ($realpath === false) {

0 commit comments

Comments
 (0)