Skip to content

Commit 51f8c38

Browse files
committed
Fix linting issue
1 parent 2f2f968 commit 51f8c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/GivenStepDefinitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function given_a_request_to_a_url_respond_with_file( $url_or_pattern, PyS
184184
mkdir( $dir, 0777, true /*recursive*/ );
185185
}
186186

187-
$config_file_contents = <<<FILE
187+
$config_file_contents = <<<'FILE'
188188
require:
189189
- mock-requests.php
190190
FILE;

0 commit comments

Comments
 (0)