Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbiba committed Nov 14, 2023
1 parent 567a1ae commit a255720
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/DependencyBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ protected function isMboNeeded()
/**
* @param bool $addRoutes
*
* @return array
* @return array{
* "dependencies": array{}|array{ps_mbo: array<string, bool|string|int>}
* }
*
* @throws \Exception
*/
Expand Down Expand Up @@ -302,7 +304,9 @@ private function getDependencies($addRoutes = false)
}

/**
* @return array
* @return array{
* "dependencies": array{}
* }
*
* @throws \Exception
*/
Expand Down

0 comments on commit a255720

Please sign in to comment.