@@ -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 | |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | /** |
167 | 167 | * @return \PHPUnit_Framework_MockObject_MockObject |
168 | 168 | */ |
169 | - protected function getParserMock( $config = [] ) { |
|
169 | + protected function getParserMock( $config = [ ] ) { |
|
170 | 170 | if ( array_key_exists( 'mwParser', $config ) ) { |
171 | 171 | return $config[ 'mwParser' ]; |
172 | 172 | } |