@@ -228,6 +228,9 @@ |
||
228 | 228 | ]); |
229 | 229 | } |
230 | 230 | |
231 | + /** |
|
232 | + * @param null|string $token |
|
233 | + */ |
|
231 | 234 | private function generateOrGetApiKey(UserInterface $user, $token): ?ApiKeyInterface |
232 | 235 | { |
233 | 236 | $apiKey = null; |
@@ -97,6 +97,9 @@ |
||
97 | 97 | } |
98 | 98 | } |
99 | 99 | |
100 | + /** |
|
101 | + * @param string $logicalName |
|
102 | + */ |
|
100 | 103 | private function findTemplate($logicalName): string |
101 | 104 | { |
102 | 105 | $logicalName = (string) $logicalName; |