Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 16, 2020
2 parents fccf389 + cbde603 commit 1f8860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixer/Casing/MagicMethodCasingFixerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function provideFixCases()
'<?php interface Foo {public function __tostring();}',
];

yield 'method declaration in interface' => [
yield 'method declaration in trait' => [
'<?php trait Foo {public function __toString(){}}',
'<?php trait Foo {public function __tostring(){}}',
];
Expand Down

0 comments on commit 1f8860a

Please sign in to comment.