File tree Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -1205,11 +1205,6 @@ parameters:
1205
1205
count : 1
1206
1206
path : src/Library/Console/KeysetAnalyzerCommand.php
1207
1207
1208
- -
1209
- message : " #^Attribute class Jose\\\\ Component\\\\ Console\\\\ AsCommand does not exist\\ .$#"
1210
- count : 1
1211
- path : src/Library/Console/NoneKeyGeneratorCommand.php
1212
-
1213
1208
-
1214
1209
message : " #^Cannot cast mixed to int\\ .$#"
1215
1210
count : 1
@@ -1225,11 +1220,6 @@ parameters:
1225
1220
count : 1
1226
1221
path : src/Library/Console/OkpKeysetGeneratorCommand.php
1227
1222
1228
- -
1229
- message : " #^Attribute class Jose\\\\ Component\\\\ Console\\\\ AsCommand does not exist\\ .$#"
1230
- count : 1
1231
- path : src/Library/Console/PublicKeyCommand.php
1232
-
1233
1223
-
1234
1224
message : " #^Cannot cast mixed to int\\ .$#"
1235
1225
count : 1
@@ -1240,11 +1230,6 @@ parameters:
1240
1230
count : 2
1241
1231
path : src/Library/Console/RsaKeysetGeneratorCommand.php
1242
1232
1243
- -
1244
- message : " #^Attribute class Jose\\\\ Component\\\\ Console\\\\ AsCommand does not exist\\ .$#"
1245
- count : 1
1246
- path : src/Library/Console/X5ULoaderCommand.php
1247
-
1248
1233
-
1249
1234
message : " #^Call to function is_string\\ (\\ ) with string will always evaluate to true\\ .$#"
1250
1235
count : 1
Original file line number Diff line number Diff line change 5
5
namespace Jose \Component \Console ;
6
6
7
7
use Jose \Component \KeyManagement \JWKFactory ;
8
+ use Symfony \Component \Console \Attribute \AsCommand ;
8
9
use Symfony \Component \Console \Input \InputInterface ;
9
10
use Symfony \Component \Console \Output \OutputInterface ;
10
11
Original file line number Diff line number Diff line change 7
7
use InvalidArgumentException ;
8
8
use Jose \Component \Core \JWK ;
9
9
use Jose \Component \Core \Util \JsonConverter ;
10
+ use Symfony \Component \Console \Attribute \AsCommand ;
10
11
use Symfony \Component \Console \Input \InputArgument ;
11
12
use Symfony \Component \Console \Input \InputInterface ;
12
13
use Symfony \Component \Console \Output \OutputInterface ;
Original file line number Diff line number Diff line change 6
6
7
7
use InvalidArgumentException ;
8
8
use Jose \Component \KeyManagement \X5UFactory ;
9
+ use Symfony \Component \Console \Attribute \AsCommand ;
9
10
use Symfony \Component \Console \Input \InputArgument ;
10
11
use Symfony \Component \Console \Input \InputInterface ;
11
12
use Symfony \Component \Console \Output \OutputInterface ;
You can’t perform that action at this time.
0 commit comments