We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc1582 commit f53d6adCopy full SHA for f53d6ad
.php-cs-fixer.dist.php
@@ -140,7 +140,7 @@
140
'modernize_types_casting' => true,
141
'multiline_comment_opening_closing' => true,
142
'multiline_whitespace_before_semicolons' => true,
143
- 'native_constant_invocation' => false,
+ 'native_constant_invocation' => true,
144
'native_function_casing' => false,
145
'native_function_invocation' => [
146
'include' => [
src/Util/Log/TeamCity.php
@@ -9,6 +9,7 @@
9
*/
10
namespace PHPUnit\Util\Log;
11
12
+use const PHP_EOL;
13
use function class_exists;
14
use function count;
15
use function explode;
0 commit comments