wpengine / phpcompat

WordPress Plugin: PHP Compatibility Checker

Home Page:https://wordpress.org/plugins/php-compatibility-checker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INI directive 'asp_tags' is removed since PHP 7.0

Rubaka opened this issue · comments

Could you please fix this?

FILE: ...\wp-content\plugins\php-compatibility-checker\php52\vendor\squizlabs\php_codesniffer\CodeSniffer\Standards\Generic\Sniffs\PHP\DisallowAlternativePHPTagsSniff.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 66 | WARNING | INI directive 'asp_tags' is removed since PHP 7.0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: ...\code\wp-content\plugins\php-compatibility-checker\php52\vendor\squizlabs\php_codesniffer\CodeSniffer\Standards\PHPCompatibility\Sniffs\PHP\RemovedAlternativePHPTagsSniff.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 44 | WARNING | INI directive 'asp_tags' is removed since PHP 7.0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: \wp-content\plugins\php-compatibility-checker\php52\vendor\wimg\php-compatibility\Sniffs\PHP\RemovedAlternativePHPTagsSniff.php
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
 44 | WARNING | INI directive 'asp_tags' is removed since PHP 7.0
---------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: \wp-content\plugins\php-compatibility-checker\vendor\phpcompatibility\php-compatibility\PHPCompatibility\Sniffs\PHP\RemovedAlternativePHPTagsSniff.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 49 | WARNING | INI directive 'asp_tags' is removed since PHP 7.0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: \wp-content\plugins\php-compatibility-checker\vendor\squizlabs\php_codesniffer\CodeSniffer\Standards\Generic\Sniffs\PHP\DisallowAlternativePHPTagsSniff.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 66 | WARNING | INI directive 'asp_tags' is removed since PHP 7.0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: \wp-content\plugins\php-compatibility-checker\vendor\wimg\php-compatibility\PHPCompatibility\Sniffs\PHP\RemovedAlternativePHPTagsSniff.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 48 | WARNING | INI directive 'asp_tags' is removed since PHP 7.0
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

There is nothing to fix there. The code is surrounded by the correct checks and is the code which does the compatibility checks....