Completed
Pull Request — master (#7)
by Mark A.
02:37
created
src/DependencyCheck.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 				$longHtml = <<<HTML
51 51
 		MediaWiki now also has some external dependencies that need to be installed via
52 52
 		composer.
53
-HTML;
53
+html;
54 54
 
55 55
 				$this->triggerError( 'External dependencies', $shortText, $longText,
56 56
 									 $longHtml );
Please login to merge, or discard this patch.