PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR12
/
Tests
/
Properties
<?php // Intentional parse error - unsupported asym visibility used on class constant. // Testing that the sniff will flags this as the constant doesn't have a valid visibility. class Foo { public(set) const BAR = 'bar'; }
[-] ConstantVisibilityUnitTest.php
[edit]
[+]
..
[-] ConstantVisibilityUnitTest.1.inc
[edit]
[-] ConstantVisibilityUnitTest.2.inc
[edit]