aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteOrphanedRevisions.php
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2013-01-30 15:29:40 +0100
committerAntoine Musso <hashar@free.fr>2013-02-03 15:04:39 +0100
commitf6b92231fd584e407dc2aab39c3574448c5615c5 (patch)
tree5e8a5701de42b33ee424d751188e343511c45c30 /maintenance/deleteOrphanedRevisions.php
parent0b52d57797c78031ffaeadcdb62df6c73f716b4f (diff)
downloadmediawikicore-f6b92231fd584e407dc2aab39c3574448c5615c5.tar.gz
mediawikicore-f6b92231fd584e407dc2aab39c3574448c5615c5.zip
style: normalize end of files
By PSR2 PHP Standard, the files should ends with exactly one newline. Some of our files have 2 or more and some other were missing a newline. Fix almost all occurences of CodeSniffer sniff: PSR2.Files.EndFileNewline.TooMany I have not fixed the selenium files, I believe we will drop them. Change-Id: I89fca8c1786fee94855b7b77bb0f364001ee84b6
Diffstat (limited to 'maintenance/deleteOrphanedRevisions.php')
-rw-r--r--maintenance/deleteOrphanedRevisions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance/deleteOrphanedRevisions.php b/maintenance/deleteOrphanedRevisions.php
index dcbf739991cd..f0da9a82142b 100644
--- a/maintenance/deleteOrphanedRevisions.php
+++ b/maintenance/deleteOrphanedRevisions.php
@@ -91,4 +91,3 @@ class DeleteOrphanedRevisions extends Maintenance {
$maintClass = "DeleteOrphanedRevisions";
require_once( RUN_MAINTENANCE_IF_MAIN );
-