Skip to content

Commit e3eec28

Browse files
committed
[2.7][DX] Use constant message contextualisation for deprecations
1 parent fbf9d87 commit e3eec28

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
@@ -551,7 +551,7 @@ public function dumpFile($filename, $content, $mode = 0666)
551551

552552
if (null !== $mode) {
553553
if (func_num_args() > 2) {
554-
@trigger_error('Support for modifying file permissions is deprecated since version 2.3.12 and will be removed in 3.0.', E_USER_DEPRECATED);
554+
@trigger_error('Support for modifying file permissions is deprecated since Symfony 2.3.12 and will be removed in 3.0.', E_USER_DEPRECATED);
555555
}
556556

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

0 commit comments

Comments
 (0)