Skip to content

Commit a164bb9

Browse files
[php_cs] disable fopen_flags
1 parent d33e245 commit a164bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ return PhpCsFixer\Config::create()
1111
'@PHPUnit48Migration:risky' => true,
1212
'php_unit_no_expectation_annotation' => false, // part of `PHPUnitXYMigration:risky` ruleset, to be enabled when PHPUnit 4.x support will be dropped, as we don't want to rewrite exceptions handling twice
1313
'array_syntax' => array('syntax' => 'long'),
14+
'fopen_flags' => false,
1415
'ordered_imports' => true,
1516
'protected_to_private' => false,
1617
// rule disabled due to https://bugs.php.net/bug.php?id=60573 bug;

0 commit comments

Comments
 (0)