Skip to content

Commit 5990f27

Browse files
committed
phpstan
1 parent c7f83d5 commit 5990f27

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/DependencyBuilder.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,7 @@ protected function isMboNeeded()
289289
/**
290290
* @param bool $addRoutes
291291
*
292-
* @return array<array{
293-
* "name": string,
294-
* "installed": bool,
295-
* "enabled": bool,
296-
* "current_version": string,
297-
* }>|array<ps_mbo, non-empty-array<string, bool|string>>
292+
* @return array<string, array<string, mixed>>
298293
*
299294
* @throws \Exception
300295
*/

0 commit comments

Comments
 (0)