Skip to content

Commit cd46a45

Browse files
committed
Remove enum from ignore list by php cs fixer
1 parent 400cb5b commit cd46a45

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.php-cs-fixer.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @link https://github.com/re-message/json-web-token
77
* @link https://dev.remessage.ru/packages/json-web-token
8-
* @copyright Copyright (c) 2018-2022 Re Message
8+
* @copyright Copyright (c) 2018-2023 Re Message
99
* @author Oleg Kozlov <[email protected]>
1010
* @license Apache License 2.0
1111
* @license https://legal.remessage.ru/licenses/json-web-token
@@ -16,9 +16,6 @@
1616

1717
$finder = PhpCsFixer\Finder::create()
1818
->in(__DIR__)
19-
->notPath('src/Key/KeyOperation.php')
20-
->notPath('src/Key/KeyUsage.php')
21-
->notPath('src/Property/PropertyTarget.php')
2219
->exclude('vendor')
2320
->append([__FILE__])
2421
;

0 commit comments

Comments
 (0)