Passed
Push — master ( ff1e99...d91bed )
by
unknown
31:19
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
 
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
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' ];
Please login to merge, or discard this patch.