Skip to content

Commit 9c42d47

Browse files
Merge branch '8.5' into 9.6
2 parents 5069bc1 + f53d6ad commit 9c42d47

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
'modernize_types_casting' => true,
134134
'multiline_comment_opening_closing' => true,
135135
'multiline_whitespace_before_semicolons' => true,
136-
'native_constant_invocation' => false,
136+
'native_constant_invocation' => true,
137137
'native_function_casing' => false,
138138
'native_function_invocation' => [
139139
'include' => [

src/Util/Log/TeamCity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010
namespace PHPUnit\Util\Log;
1111

12+
use const PHP_EOL;
1213
use function class_exists;
1314
use function count;
1415
use function explode;

src/Util/Xml/ValidationResult.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010
namespace PHPUnit\Util\Xml;
1111

12+
use const PHP_EOL;
1213
use function sprintf;
1314
use function trim;
1415

0 commit comments

Comments
 (0)