Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Nov 17, 2021
1 parent b402ab2 commit f521900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DefinitionParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ final class DefinitionParser

/**
* @param mixed $definition Definition to parse.
* @return array Definition parsed into array of a special structure.
*
* @throws InvalidConfigException
*
* @return array Definition parsed into array of a special structure.
*/
public static function parse($definition): array
{
Expand Down

0 comments on commit f521900

Please sign in to comment.