Skip to content

Commit a830543

Browse files
Merge pull request #3855 from mbovel/patch-1
Add missing line break in FeatureContext.php
2 parents fb9d884 + 91fb810 commit a830543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if ( ! empty( $composer->autoload->files ) ) {
2020
$contents = 'require:' . PHP_EOL;
2121
foreach( $composer->autoload->files as $file ) {
22-
$contents .= ' - ' . dirname( dirname( dirname( __FILE__ ) ) ) . '/' . $file;
22+
$contents .= ' - ' . dirname( dirname( dirname( __FILE__ ) ) ) . '/' . $file . PHP_EOL;
2323
}
2424
@mkdir( sys_get_temp_dir() . '/wp-cli-package-test/' );
2525
$project_config = sys_get_temp_dir() . '/wp-cli-package-test/config.yml';

0 commit comments

Comments
 (0)