Skip to content

Commit 07205db

Browse files
Consistently throw exceptions on a single line
1 parent 7b4b283 commit 07205db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FilesystemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function testCopyCreatesTargetDirectoryIfItDoesNotExist()
161161
*/
162162
public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy()
163163
{
164-
if (!in_array('https', stream_get_wrappers())) {
164+
if (!\in_array('https', stream_get_wrappers())) {
165165
$this->markTestSkipped('"https" stream wrapper is not enabled.');
166166
}
167167
$sourceFilePath = 'https://symfony.com/images/common/logo/logo_symfony_header.png';

0 commit comments

Comments
 (0)