Page MenuHomePhabricator

PHP CodeSniffer sniff for php_sapi_name()
Closed, ResolvedPublic

Description

bug 37957 is about replacing php_sapi_name() calls by PHP_SAPI. We could use a Sniff in PHP CodeSniffer that would detect such call and propose a replacement.


Version: unspecified
Severity: enhancement

Details

Reference
bz44633

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:32 AM
bzimport set Reference to bz44633.

Change-Id: I371612b39ab3c8663bcf0071d1e09d9a69180ff2

...
+ <rule ref="Generic.PHP.SAPIUsage" />

Merged.