Skip to content

Commit 7923f19

Browse files
committed
replaced phpcs ignoreFile with a fine grained alternative
1 parent 0b42c85 commit 7923f19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?php
2-
// phpcs:ignoreFile
3-
// PSR12 does not handle enums well
42

53
namespace App\Helpers\Swagger;
64

5+
// PSR12 does not handle enums well
6+
// @codingStandardsIgnoreStart
77
enum HttpMethods
88
{
99
case GET;
1010
case POST;
1111
case PUT;
1212
case DELETE;
1313
}
14+
// @codingStandardsIgnoreEnd

0 commit comments

Comments
 (0)