Skip to content

Commit aae1a70

Browse files
committed
Merge pull request #7 from php-school/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents e47e861 + 70f07ea commit aae1a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SyntaxHighlightPrinter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ public function pExpr_Array(Expr\Array_ $node)
508508

509509
/**
510510
* @param Expr\Array_ $parent
511-
* @param array $nodes
511+
* @param Expr\ArrayItem[] $nodes
512512
* @return string
513513
*/
514514
public function pArrayList(Expr\Array_ $parent, array $nodes)

0 commit comments

Comments
 (0)