ignore namespaces phpcs warning

pull/685/head
fadrian06 18 hours ago
parent b55540068e
commit 08904df138

@ -83,6 +83,7 @@ require_once __DIR__ . '/autoload.php';
* Note: IDEs will use standard @method tags for autocompletion, * Note: IDEs will use standard @method tags for autocompletion,
* while PHPStan will use @phpstan-* tags for advanced type checking. * while PHPStan will use @phpstan-* tags for advanced type checking.
*/ */
// phpcs:ignore PSR1.Classes.ClassDeclaration.MissingNamespace
class Flight class Flight
{ {
/** /**

@ -3,6 +3,7 @@
declare(strict_types=1); declare(strict_types=1);
// This file is only here so that the PHP8 attribute for doesn't throw an error in files // This file is only here so that the PHP8 attribute for doesn't throw an error in files
// phpcs:ignore PSR1.Classes.ClassDeclaration.MissingNamespace
class ReturnTypeWillChange class ReturnTypeWillChange
{ {
// //

@ -2,6 +2,7 @@
declare(strict_types=1); declare(strict_types=1);
// phpcs:ignore PSR1.Classes.ClassDeclaration.MissingNamespace
class ExampleClass class ExampleClass
{ {
// //

Loading…
Cancel
Save