Search code examples
Tell phpcs to use a different indent inside control structures...


phpphpcodesnifferpsr-12

Read More
PHP | define() vs. const...


phpconstantspsr-1psr-12

Read More
Not operator or Strict comparison on false?...


phpif-statementcode-standardspsr-12

Read More
Is it necessary to put space after $this keyword in OOP PHP according to PSRs?...


phppsr-2psr-12

Read More
How many new lines before namespace declaration in PSR?...


phppsr-2psr-12

Read More
Is using alternative PHP syntax for control structures PSR compliant? (when mixed with HTML)...


phppsr-1php-figpsr-12

Read More
PHP var declaration best practices...


phppsr-12

Read More
PSR-12 if statement...


phppsr-12

Read More
PSR-12 and assigning same value to multiple variables...


phppsr-12

Read More
Is there a way to break down a namespace in PHP?...


phpphpcspsr-12

Read More
How can I Partially disable PHPCS' PSR-12 declare(strict_types=1) checks?...


phpphpcspsr-12

Read More
Is self a keyword in PHP and therefore should it be in lower case according to PSR-12?...


phpstandardskeywordselfpsr-12

Read More
BackNext