Skip to content

Commit 3680b99

Browse files
Merge branch '3.4' into 4.0
* 3.4: [2.7] Fix issues found by PHPStan [Command] Fix upgrade guide example Add php_unit_dedicate_assert to PHPCS [WebProfilerBundle] Let fetch() cast URL to string improve FormType::getType exception message details [Intl] Update ICU data to 60.2 [Console] fix a bug when you are passing a default value and passing -n would ouput the index [FrameworkBundle] fix merge of 3.3 into 3.4 bumped Symfony version to 3.4.3 updated VERSION for 3.4.2 updated CHANGELOG for 3.4.2
2 parents 8c28686 + 12241d3 commit 3680b99

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
@@ -1519,7 +1519,7 @@ public function testAppendToFile()
15191519

15201520
// skip mode check on Windows
15211521
if ('\\' !== DIRECTORY_SEPARATOR) {
1522-
$this->assertFilePermissions(664, $filename, 'The written file should keep the same permissions as before.');
1522+
$this->assertFilePermissions(664, $filename);
15231523
umask($oldMask);
15241524
}
15251525
}

0 commit comments

Comments
 (0)