aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
diff options
context:
space:
mode:
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>2019-05-28 16:04:23 +0200
committerUmherirrender <umherirrender_de.wp@web.de>2019-06-03 13:36:48 +0000
commit8a4e15db7fc21f424dea3957e4460bf989fcde4d (patch)
tree1216d629f4b0250b12c18cd287a49e010239e4a3 /tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
parent75cffa0b998b300b4d79ab3d1e7f61857d32b1aa (diff)
downloadmediawikicore-8a4e15db7fc21f424dea3957e4460bf989fcde4d.tar.gz
mediawikicore-8a4e15db7fc21f424dea3957e4460bf989fcde4d.zip
Add missing newline between <?php and namespace/use section
The rest of the codebase is using this code formatting standard. Change-Id: I4d2ba61757a7e28d40096d9dc5915005c340d4f2
Diffstat (limited to 'tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php')
-rw-r--r--tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php b/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
index 1db2215ecb38..7d1d1a2f13bf 100644
--- a/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
+++ b/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
@@ -1,4 +1,5 @@
<?php
+
use MediaWiki\MediaWikiServices;
/**