Skip to content

Commit

Permalink
Revert rector change
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jun 16, 2024
1 parent 53e3371 commit 3b015f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ private function setDelegates(array $delegates): void
}

/**
* @param mixed $definition Definition to validate.
* @param string|null $id ID of the definition to validate.
*
* @throws InvalidConfigException
*/
private function validateDefinition(mixed $definition, ?string $id = null): void
Expand Down

0 comments on commit 3b015f3

Please sign in to comment.