File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ class CsFixerConfig extends Config implements CsFixerConfigInterface
5454 'function_typehint_space ' => true ,
5555 'lowercase_cast ' => true ,
5656 'method_argument_space ' => ['on_multiline ' => 'ensure_fully_multiline ' ],
57+ 'modernize_strpos ' => true ,
5758 'modernize_types_casting ' => true ,
5859 'native_function_casing ' => true ,
5960 'new_with_braces ' => true ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function testCreateReturnsCorrectClass(): void
2929 $ csFixerConfig = CsFixerConfig::create ();
3030 self ::assertInstanceOf (CsFixerConfig::class, $ csFixerConfig );
3131 self ::assertTrue ($ csFixerConfig ->getRiskyAllowed ());
32- self ::assertCount (52 , $ csFixerConfig ->getRules ());
32+ self ::assertCount (53 , $ csFixerConfig ->getRules ());
3333 }
3434
3535 public function testAddRules (): void
You can’t perform that action at this time.
0 commit comments