From 84dbed0dc076938de7be6ff27dbfda950e0b492c Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 6 Feb 2024 20:32:09 -0400 Subject: [PATCH] What's sense of using phpcs with ignored rules :\ --- flight/Engine.php | 1 - 1 file changed, 1 deletion(-) diff --git a/flight/Engine.php b/flight/Engine.php index 398061e..58b0859 100644 --- a/flight/Engine.php +++ b/flight/Engine.php @@ -64,7 +64,6 @@ use flight\net\Route; * @method void etag(string $id, ('strong'|'weak') $type = 'strong') Handles ETag HTTP caching. * @method void lastModified(int $time) Handles last modified HTTP caching. */ -// phpcs:ignoreFile PSR2.Methods.MethodDeclaration.Underscore class Engine { /** @var array Stored variables. */