Ignore CodeSniffer checks on HTML template files
authorSiebrand Mazeland <siebrand@kitano.nl>
Fri, 9 May 2014 18:10:35 +0000 (20:10 +0200)
committerSiebrand Mazeland <siebrand@kitano.nl>
Fri, 9 May 2014 18:10:35 +0000 (20:10 +0200)
Change-Id: I3b671616c1b110258389b5ebe10b5c2ca8c5835f

includes/templates/NoLocalSettings.php
includes/templates/Usercreate.php
includes/templates/Userlogin.php

index d5b8d8b..33b2400 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+// @codingStandardsIgnoreFile
 /**
  * Template used when there is no LocalSettings.php file.
  *
index 1c8bbd1..9118701 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+// @codingStandardsIgnoreFile
 /**
  * Html form for account creation (since 1.22 with VForm appearance).
  *
@@ -22,7 +23,6 @@
  */
 
 class UsercreateTemplate extends BaseTemplate {
-
        /**
         * Extensions (AntiSpoof and TitleBlacklist) call this in response to
         * UserCreateForm hook to add checkboxes to the create account form.
index 29908d7..0aad07d 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+// @codingStandardsIgnoreFile
 /**
  * Html form for user login (since 1.22 with VForm appearance).
  *