Skip to content

Commit 68ec4af

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [2.7][DX] Use constant message contextualisation for deprecations
2 parents 950b9a0 + e3eec28 commit 68ec4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ public function dumpFile($filename, $content, $mode = 0666)
603603

604604
if (null !== $mode) {
605605
if (func_num_args() > 2) {
606-
@trigger_error('Support for modifying file permissions is deprecated since version 2.3.12 and will be removed in 3.0.', E_USER_DEPRECATED);
606+
@trigger_error('Support for modifying file permissions is deprecated since Symfony 2.3.12 and will be removed in 3.0.', E_USER_DEPRECATED);
607607
}
608608

609609
$this->chmod($tmpFile, $mode);

0 commit comments

Comments
 (0)