Merge "Convert @var Array => array"
[lhc/web/wiklou.git] / tests / phpunit / includes / specials / SpecialShortpagesTest.php
index 14c692a..a5fb50e 100644 (file)
@@ -18,7 +18,7 @@ class SpecialShortpagesTest extends MediaWikiTestCase {
                        'wgShortPagesNamespaceBlacklist' => $blacklistNS,
                        'wgContentNamespaces' => $contentNS
                ] );
-               $this->setTemporaryHook( 'ShortPagesQuery', function() {
+               $this->setTemporaryHook( 'ShortPagesQuery', function () {
                        // empty hook handler
                } );