Skip to content

Commit 48dcdca

Browse files
committed
fix for #643
2 parents ed9d014 + ed4b365 commit 48dcdca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ function run(string $base, array $dirs, string $filename, array $ignore)
105105
$directories = ['vendor/psr', 'vendor/nyholm', 'src'];
106106

107107
if (extension_loaded('psr')) {
108+
<<<<<<< HEAD
108109
unset($directories['vendor/psr']);
110+
=======
111+
array_shift($directories);
112+
>>>>>>> ed4b365a38866366a4cfa522b7d8d9bc7d51044b
109113
}
110114

111115
run(__DIR__, $directories, 'api.php', $ignore);

0 commit comments

Comments
 (0)