Skip to content

Commit f052a9f

Browse files
committed
fix for #643
1 parent 48dcdca commit f052a9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,7 @@ 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
109108
unset($directories['vendor/psr']);
110-
=======
111-
array_shift($directories);
112-
>>>>>>> ed4b365a38866366a4cfa522b7d8d9bc7d51044b
113109
}
114110

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

0 commit comments

Comments
 (0)