Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 25, 2022
1 parent e310de5 commit 73e1743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/RulesContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ public function __construct(ContainerInterface $container, array $definitions =
/**
* @param string $name
*
* @return RuleInterface
* @throws RuleInterfaceNotImplementedException
* @throws RuleNotFoundException
* @throws CircularReferenceException
* @throws InvalidConfigException
* @throws NotInstantiableException
*
* @return RuleInterface
*/
public function create(string $name): RuleInterface
{
Expand Down

0 comments on commit 73e1743

Please sign in to comment.