aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/checkComposerLockUpToDate.php
diff options
context:
space:
mode:
authorVivek Ghaisas <v.a.ghaisas@gmail.com>2015-06-16 16:19:50 +0300
committerVivek Ghaisas <v.a.ghaisas@gmail.com>2015-06-16 16:21:57 +0300
commit665f1a033d86273ebe28f4151c86190a5f5334ed (patch)
tree21341f38a7d6caf8a0fd7baf3512131f48faea84 /maintenance/checkComposerLockUpToDate.php
parent8250d8f2b5513dd80c2b801f4899ad81cfa62644 (diff)
downloadmediawikicore-665f1a033d86273ebe28f4151c86190a5f5334ed.tar.gz
mediawikicore-665f1a033d86273ebe28f4151c86190a5f5334ed.zip
Ensure that files end with a newline
Bug: T102619 Change-Id: Iae6e722151581d15c9421d41c4d14b100bb6e437
Diffstat (limited to 'maintenance/checkComposerLockUpToDate.php')
-rw-r--r--maintenance/checkComposerLockUpToDate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/checkComposerLockUpToDate.php b/maintenance/checkComposerLockUpToDate.php
index 0b77578d8f40..47720710faf5 100644
--- a/maintenance/checkComposerLockUpToDate.php
+++ b/maintenance/checkComposerLockUpToDate.php
@@ -60,4 +60,4 @@ class CheckComposerLockUpToDate extends Maintenance {
}
$maintClass = 'CheckComposerLockUpToDate';
-require_once RUN_MAINTENANCE_IF_MAIN; \ No newline at end of file
+require_once RUN_MAINTENANCE_IF_MAIN;