diff options
Diffstat (limited to 'tests/phpunit/includes/ResourceLoader/ImageModuleTest.php')
-rw-r--r-- | tests/phpunit/includes/ResourceLoader/ImageModuleTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/ResourceLoader/ImageModuleTest.php b/tests/phpunit/includes/ResourceLoader/ImageModuleTest.php index ba758fca1273..878dafcc8aef 100644 --- a/tests/phpunit/includes/ResourceLoader/ImageModuleTest.php +++ b/tests/phpunit/includes/ResourceLoader/ImageModuleTest.php @@ -303,7 +303,7 @@ class ImageModuleTestable extends ImageModule { * Replace with a stub to make test cases easier to write. * @inheritDoc */ - protected function getCssDeclarations( $primary, $fallback ): array { + protected function getCssDeclarations( $primary ): array { return [ '...' ]; } } |