aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/changes/RecentChangeTest.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/changes/RecentChangeTest.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/changes/RecentChangeTest.php')
-rw-r--r--tests/phpunit/includes/changes/RecentChangeTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/changes/RecentChangeTest.php b/tests/phpunit/includes/changes/RecentChangeTest.php
index 333eb28610f7..0699db821f86 100644
--- a/tests/phpunit/includes/changes/RecentChangeTest.php
+++ b/tests/phpunit/includes/changes/RecentChangeTest.php
@@ -1,4 +1,5 @@
<?php
+
use Wikimedia\ScopedCallback;
/**