소스 검색

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', '<')) {