Skip to content

Commit

Permalink
add return typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gappa committed Sep 6, 2022
1 parent 284e22b commit ac5fa2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Contract/IWebloaderAssetProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

interface IWebloaderAssetProvider
{
/** @return array<string, array<mixed>> */
public function getWebloaderAssets(): array;
}

0 comments on commit ac5fa2c

Please sign in to comment.