Skip to content

Commit

Permalink
Replace deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinnea committed May 10, 2024
1 parent 5be3775 commit 3db80c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'native_constant_invocation' => true,
'native_function_casing' => true,
'native_function_invocation' => true,
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
]
);
$config->setFinder( $finder );
Expand Down

0 comments on commit 3db80c5

Please sign in to comment.