We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee4931 commit 1153cbeCopy full SHA for 1153cbe
src/Bundle/JoseFramework/DataCollector/JoseCollector.php
@@ -29,7 +29,7 @@ public function add(Collector $collector): void
29
$this->collectors[] = $collector;
30
}
31
32
- public function getName()
+ public function getName(): string
33
{
34
return 'jose_collector';
35
src/Component/Console/GeneratorCommand.php
@@ -13,7 +13,7 @@
13
14
abstract class GeneratorCommand extends ObjectOutputCommand
15
16
- public function isEnabled()
+ public function isEnabled(): bool
17
18
return class_exists(JWKFactory::class);
19
0 commit comments