Re-enable Generic.Files.EndFileNewline.NotFound
authorReedy <reedy@wikimedia.org>
Sat, 26 Sep 2015 14:58:53 +0000 (15:58 +0100)
committerReedy <reedy@wikimedia.org>
Sat, 26 Sep 2015 14:58:53 +0000 (15:58 +0100)
Change-Id: Ib84ce8dc973f7e3fe688435a72f7936342b6f2dd

includes/deferred/DataUpdate.php
includes/deferred/LinksDeletionUpdate.php
languages/messages/MessagesDty.php
phpcs.xml
tests/phpunit/includes/filebackend/SwiftFileBackendTest.php

index f5d6845..9cbb62f 100644 (file)
@@ -152,4 +152,5 @@ interface EnqueueableDataUpdate {
         * Push the update into the job queue
         */
        public function enqueueUpdate();
-}
\ No newline at end of file
+}
+
index bbdfcf1..7351e4c 100644 (file)
@@ -102,4 +102,5 @@ class LinksDeletionUpdate extends SqlDataUpdate {
                        }
                }
        }
-}
\ No newline at end of file
+}
+
index f90746c..937b1bc 100644 (file)
@@ -8,4 +8,5 @@
  *
  */
 
-$fallback = 'ne';
\ No newline at end of file
+$fallback = 'ne';
+
index f34b274..ab3dfff 100644 (file)
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -13,7 +13,6 @@
                <exclude name="MediaWiki.WhiteSpace.SpaceAfterControlStructure.Incorrect"/>
                <exclude name="PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter"/>
                <exclude name="PSR2.Methods.MethodDeclaration.AbstractAfterVisibility"/>
-               <exclude name="Generic.Files.EndFileNewline.NotFound"/>
                <exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed"/>
                <exclude name="PSR2.Methods.MethodDeclaration.StaticBeforeVisibility"/>
                <exclude name="Squiz.WhiteSpace.ScopeClosingBrace.Indent"/>
index a618889..adcbe74 100644 (file)
@@ -145,4 +145,5 @@ class SwiftFileBackendTest extends MediaWikiTestCase {
                        )
                );
        }
-}
\ No newline at end of file
+}
+