Skip to content

Commit ed0ae77

Browse files
committed
Fulfill type declaration
1 parent 52de312 commit ed0ae77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/DependencyInjection/DoctrineMigrationsExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ public function testCustomSorter() : void
166166
$sorter = new class() implements Comparator{
167167
public function compare(Version $a, Version $b) : int
168168
{
169+
return 1;
169170
}
170171
};
171172
$container->set('my_sorter', $sorter);

0 commit comments

Comments
 (0)