Skip to content

Commit

Permalink
cs: autofix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 11, 2023
1 parent 3847ab0 commit 13ef487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Utils/CallbacksArrayReducerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
final class CallbacksArrayReducerTest extends TestCase
{
public static function provideGenericCases()
public static function provideGenericCases(): iterable
{
// Ensure Callbacks receive the needed arguments.
yield [
Expand Down

0 comments on commit 13ef487

Please sign in to comment.