Skip to content

Commit

Permalink
[CLEANUP] Fix phpdoc parameter type (TYPO3#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha-egerer authored and mbrodala committed Dec 7, 2018
1 parent 425b5c7 commit e3533d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/TemplatePaths.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class TemplatePaths
protected $format = self::DEFAULT_FORMAT;

/**
* @param string|NULL $packageNameOrArray
* @param array|string|NULL $packageNameOrArray
*/
public function __construct($packageNameOrArray = null)
{
Expand Down

0 comments on commit e3533d0

Please sign in to comment.