Passed
Branch master (631cc3)
by Stephan
33:03
created
tests/phpunit/Integration/ArticleAnnotationTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
 
104 104
 			$xml = simplexml_load_file( $file, "SimpleXMLElement", LIBXML_NOCDATA );
105 105
 			$json = json_encode( $xml );
106
-			$decoded = json_decode( $json, TRUE );
106
+			$decoded = json_decode( $json, true );
107 107
 
108 108
 			// suppress warnings for non-existant array keys
109 109
 			\MediaWiki\suppressWarnings();
Please login to merge, or discard this patch.