Skip to content

Commit

Permalink
fix(CI): Fix psalm to be more strict
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Aug 4, 2023
1 parent b670a93 commit b723501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Capabilities implements ICapability {
/**
* Return this classes capabilities
*
* @return array
* @return array<string, array<string, array<string>>>
*/
public function getCapabilities(): array {
return [
Expand Down

0 comments on commit b723501

Please sign in to comment.