@@ -48,12 +48,12 @@ discard block |
||
48 | 48 | 'mwTitleExpectsGetNamespace' => null, |
49 | 49 | 'mwOutputExpectsGetText' => null, |
50 | 50 | |
51 | - 'mwParserProperties' => [], |
|
51 | + 'mwParserProperties' => [ ], |
|
52 | 52 | |
53 | 53 | 'namespace' => 0, |
54 | 54 | 'text' => null, |
55 | 55 | |
56 | - 'wgexLingoUseNamespaces' => [], |
|
56 | + 'wgexLingoUseNamespaces' => [ ], |
|
57 | 57 | 'wgexLingoBackend' => 'Lingo\\BasicBackend', |
58 | 58 | ]; |
59 | 59 | |
@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | /** |
169 | 169 | * @return \PHPUnit_Framework_MockObject_MockObject |
170 | 170 | */ |
171 | - protected function getParserMock( $config = [] ) { |
|
171 | + protected function getParserMock( $config = [ ] ) { |
|
172 | 172 | |
173 | 173 | if ( array_key_exists( 'mwParser', $config ) ) { |
174 | 174 | return $config[ 'mwParser' ]; |