Skip to content

Commit 12241d3

Browse files
Merge branch '3.3' into 3.4
* 3.3: [2.7] Fix issues found by PHPStan 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
2 parents 25b135b + 26704fd commit 12241d3

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

15401540
// skip mode check on Windows
15411541
if ('\\' !== DIRECTORY_SEPARATOR) {
1542-
$this->assertFilePermissions(664, $filename, 'The written file should keep the same permissions as before.');
1542+
$this->assertFilePermissions(664, $filename);
15431543
umask($oldMask);
15441544
}
15451545
}

0 commit comments

Comments
 (0)