mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Update to PHP coding standard 2.4.0
This commit is contained in:
@@ -16,5 +16,5 @@ interface ApiKeyRepositoryInterface extends ObjectRepository, EntitySpecificatio
|
||||
/**
|
||||
* Will create provided API key only if there's no API keys yet
|
||||
*/
|
||||
public function createInitialApiKey(string $apiKey): ?ApiKey;
|
||||
public function createInitialApiKey(string $apiKey): ApiKey|null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user