We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400cb5b commit cd46a45Copy full SHA for cd46a45
.php-cs-fixer.php
@@ -5,7 +5,7 @@
5
*
6
* @link https://github.com/re-message/json-web-token
7
* @link https://dev.remessage.ru/packages/json-web-token
8
- * @copyright Copyright (c) 2018-2022 Re Message
+ * @copyright Copyright (c) 2018-2023 Re Message
9
* @author Oleg Kozlov <[email protected]>
10
* @license Apache License 2.0
11
* @license https://legal.remessage.ru/licenses/json-web-token
@@ -16,9 +16,6 @@
16
17
$finder = PhpCsFixer\Finder::create()
18
->in(__DIR__)
19
- ->notPath('src/Key/KeyOperation.php')
20
- ->notPath('src/Key/KeyUsage.php')
21
- ->notPath('src/Property/PropertyTarget.php')
22
->exclude('vendor')
23
->append([__FILE__])
24
;
0 commit comments