Skip to content

Commit e25168d

Browse files
committed
leave stubs
1 parent 8f3b0ba commit e25168d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-scoped.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ wget https://github.com/humbug/php-scoper/releases/download/0.17.5/php-scoper.ph
3737
mkdir "$RESULT_DIRECTORY" -p
3838

3939
# Work around possible PHP memory limits
40-
php -d memory_limit=-1 php-scoper.phar add-prefix bin src stubs vendor composer.json --output-dir "../$RESULT_DIRECTORY" --config scoper.php --force --ansi --working-dir "$BUILD_DIRECTORY"
40+
php -d memory_limit=-1 php-scoper.phar add-prefix bin src vendor composer.json --output-dir "../$RESULT_DIRECTORY" --config scoper.php --force --ansi --working-dir "$BUILD_DIRECTORY"
4141

4242
note "Show prefixed files in '$RESULT_DIRECTORY'"
4343
ls -l $RESULT_DIRECTORY

0 commit comments

Comments
 (0)