-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
The most recent PHPCS is not supported in this repo, also there are PSR2 clashes with the repo. The current repo does not support PHP 7 return type Hinting, which was fixed in the last year in PHPCS >=3.0.1.
Code example of type hinting.
protected static function buildSeleniumProcess() : Process { //some code here }
Also when using routes file Squiz does not like function closures.
`Route::get('/', function () {
return view('welcome');
<- error here disallow whitespace indent
[tab]});`
<- squiz.whitespace and laravel.tabs disallow whitespace clash.
tedsecretsource and aand18
Metadata
Metadata
Assignees
Labels
No labels