瀏覽代碼

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 9 年之前
父節點
當前提交
2eed14103a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.php.dist

+ 1 - 1
index.php.dist

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