Skip to content

Commit

Permalink
Merge pull request #107 from ans-group/fix-static-analysis-ci
Browse files Browse the repository at this point in the history
Fix Larastan in CI
  • Loading branch information
phily245 authored Sep 9, 2024
2 parents 04c5719 + 6b0c09e commit ba2de37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Stubs/Log/BadLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public function debug(Stringable | string $message, array $context = []): void
}

/**
* @param mixed $level
* @inheritDoc
* @throws Exception
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Stubs/Log/NullLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function debug(Stringable | string $message, array $context = []): void
}

/**
* @param mixed $level
* @inheritDoc
*/
public function log($level, Stringable | string $message, array $context = []): void
Expand Down

0 comments on commit ba2de37

Please # to comment.