Cleanup, added spaces

Added spaces in some classes so it follow the same style as the others.
Edit is pure cleanup.

Change-Id: If5d5e6e4e99eed83aa69dfb4a224fbcc7c077d43
This commit is contained in:
Simeon Dahl 2017-10-19 09:40:22 +02:00
parent bb339fbcd2
commit 4c0636bc0a
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<?php
use MediaWiki\MediaWikiServices;
/**

View file

@ -1,4 +1,5 @@
<?php
if ( getenv( 'MW_INSTALL_PATH' ) ) {
$IP = getenv( 'MW_INSTALL_PATH' );
} else {