Skip to content

Commit

Permalink
Nitpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvts committed Sep 16, 2022
1 parent e69ad1c commit 58dde75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Infrastructure/AutoloaderEventMapGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ class AutoloaderEventMapGenerator implements EventMapGenerator
* @param string $vendorFolder path to the composer vendor folder
* @param string|null $eventMapFilePath if null, the event map will not be saved
* @param array<string, array<string>|string> $configuration
*
* @throws UnknownEventException
* @throws InvalidArguments
*
* @psalm-suppress MixedAssignment
*/
public function __construct(string $vendorFolder, ?string $eventMapFilePath, array $configuration = [])
Expand Down

0 comments on commit 58dde75

Please sign in to comment.