PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR12
/
Tests
/
Classes
<?php class Foo { } class Foo1 { public function foo() { } public function foo2() { }//end foo2() }//end class interface Foo2 { }echo 'hi'; trait Foo3 { }//end function bar() { } function bar2() { }//end bar2() $foo->bar( $arg1, function ($arg2) use ($var1) { // body }, $arg3 ); $instance = new class extends \Foo implements \HandleableInterface { // Class content }; $app->get('/hello/{name}', function ($name) use ($app) { return 'Hello ' . $app->escape($name); }); enum Foo4 { }//end
[-] AnonClassDeclarationUnitTest.php
[edit]
[-] ClassInstantiationUnitTest.inc.fixed
[edit]
[-] AnonClassDeclarationUnitTest.inc
[edit]
[+]
..
[-] OpeningBraceSpaceUnitTest.php
[edit]
[-] ClassInstantiationUnitTest.php
[edit]
[-] AnonClassDeclarationUnitTest.inc.fixed
[edit]
[-] ClosingBraceUnitTest.php
[edit]
[-] OpeningBraceSpaceUnitTest.inc
[edit]
[-] ClassInstantiationUnitTest.inc
[edit]
[-] ClosingBraceUnitTest.inc
[edit]
[-] OpeningBraceSpaceUnitTest.inc.fixed
[edit]