Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbiba committed Feb 16, 2024
1 parent c7f83d5 commit 5990f27
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/DependencyBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,7 @@ protected function isMboNeeded()
/**
* @param bool $addRoutes
*
* @return array<array{
* "name": string,
* "installed": bool,
* "enabled": bool,
* "current_version": string,
* }>|array<ps_mbo, non-empty-array<string, bool|string>>
* @return array<string, array<string, mixed>>
*
* @throws \Exception
*/
Expand Down

0 comments on commit 5990f27

Please sign in to comment.