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 e758524 commit c7f83d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DependencyBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ protected function isMboNeeded()
/**
* @param bool $addRoutes
*
* @return array<string, array{
* @return array<array{
* "name": string,
* "installed": bool,
* "enabled": bool,
Expand Down Expand Up @@ -450,6 +450,7 @@ function (string $value, string $key) use (&$helpUrlSpecificationFormatted) {

/**
* @return mixed|null
*
* @throws \Exception
*/
private function getConfigFileContent()
Expand Down

0 comments on commit c7f83d5

Please sign in to comment.