Skip to content

Commit 08904df

Browse files
committed
ignore namespaces phpcs warning
1 parent b555400 commit 08904df

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

flight/Flight.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
* Note: IDEs will use standard @method tags for autocompletion,
8484
* while PHPStan will use @phpstan-* tags for advanced type checking.
8585
*/
86+
// phpcs:ignore PSR1.Classes.ClassDeclaration.MissingNamespace
8687
class Flight
8788
{
8889
/**

flight/util/ReturnTypeWillChange.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
declare(strict_types=1);
44

55
// This file is only here so that the PHP8 attribute for doesn't throw an error in files
6+
// phpcs:ignore PSR1.Classes.ClassDeclaration.MissingNamespace
67
class ReturnTypeWillChange
78
{
89
//

tests/named-arguments/ExampleClass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
declare(strict_types=1);
44

5+
// phpcs:ignore PSR1.Classes.ClassDeclaration.MissingNamespace
56
class ExampleClass
67
{
78
//

0 commit comments

Comments
 (0)