Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Fix docblock; proper array format
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshi2889 <[email protected]>
  • Loading branch information
NanoSector committed Jan 3, 2016
1 parent c526f68 commit b1b84ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WildPHP/Modules/ModulePool.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function removeByKey($key)
}

/**
* @return string[BaseModule]
* @return array<string,BaseModuleInterface>
*/
public function getAll()
{
Expand Down

0 comments on commit b1b84ba

Please sign in to comment.