Add @codingStandardsIgnoreFile to index.php.dist

The comments of the "instance Pico" section violate PSR-2, but we want to keep them anyway
This commit is contained in:
Daniel Rudolf 2015-11-27 20:36:40 +01:00
parent e088f6c6fa
commit 2eed14103a

View file

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