diff --git a/Controller/Rotatekey/Index.php b/Controller/Rotatekey/Index.php index 189b1cc..97897f2 100644 --- a/Controller/Rotatekey/Index.php +++ b/Controller/Rotatekey/Index.php @@ -85,7 +85,7 @@ public function __construct( CacheType $cacheType, RequestApi $request_api, Api $api, - EncryptorInterface $encryptor, + EncryptorInterface $encryptor ) { $this->clerk_logger = $clerk_logger; $this->config_writer = $configWriter; @@ -164,4 +164,4 @@ public function execute() } } -} \ No newline at end of file +}