Explorar el Código

Add @codingStandardsIgnoreFile to index.php.dist

The comments of the "instance Pico" section violate PSR-2, but we want to keep them anyway
Daniel Rudolf hace 9 años
padre
commit
2eed14103a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.php.dist

+ 1 - 1
index.php.dist

@@ -1,4 +1,4 @@
-<?php
+<?php // @codingStandardsIgnoreFile
 
 
 // check PHP version
 // check PHP version
 if (version_compare(PHP_VERSION, '5.3.6', '<')) {
 if (version_compare(PHP_VERSION, '5.3.6', '<')) {