Skip to content

Commit

Permalink
added missing type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
hgalt committed Jan 9, 2024
1 parent bbe80ea commit 9f31c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function getExtensionBuilderConfiguration(string $extensionKey, ?string $
return null;
}

public static function getExtensionBuilderJson(string $extensionKey, ?string $storagePath = null)
public static function getExtensionBuilderJson(string $extensionKey, ?string $storagePath = null): ?array
{
$storagePath = $storagePath ?? Environment::getPublicPath() . '/typo3conf/ext/';
$jsonFile = $storagePath . $extensionKey . '/' . self::EXTENSION_BUILDER_SETTINGS_FILE;
Expand Down

0 comments on commit 9f31c28

Please sign in to comment.