Skip to content

Commit

Permalink
Fixed incorrect phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and keradus committed Nov 1, 2020
1 parent 0c6db16 commit bb2db40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixer/Alias/NoAliasFunctionsFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
final class NoAliasFunctionsFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface
{
/** @var array<string, string> stores alias (key) - master (value) functions mapping */
/** @var array<string, array<int|string>|string> stores alias (key) - master (value) functions mapping */
private $aliases = [];

/** @var array<string, string> stores alias (key) - master (value) functions mapping */
Expand Down

0 comments on commit bb2db40

Please sign in to comment.