Passed
Push — master ( b27218...0d62f2 )
by
unknown
35:23
created
tests/phpunit/Unit/LingoParserTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,12 +48,12 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.