PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR2
/
Tests
/
Methods
<?php function test() { // Body here. } function test() { echo 'foo';} function test() { // Body here. } function test() { // Body here. } class MyClass { function test() { // Body here. } function test() { echo 'foo';} function test() { // Body here. } function test() { // Body here. } } $foo = function test() { // Body here. }; $foo = function test() { echo 'foo';}; $foo = function test() { // Body here. }; $foo = function test() { // Body here. };
[-] FunctionClosingBraceUnitTest.inc.fixed
[edit]
[+]
..
[-] MethodDeclarationUnitTest.inc
[edit]
[-] FunctionCallSignatureUnitTest.php
[edit]
[-] FunctionCallSignatureUnitTest.inc
[edit]
[-] MethodDeclarationUnitTest.inc.fixed
[edit]
[-] MethodDeclarationUnitTest.php
[edit]
[-] FunctionClosingBraceUnitTest.inc
[edit]
[-] FunctionClosingBraceUnitTest.php
[edit]
[-] FunctionCallSignatureUnitTest.inc.fixed
[edit]