Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jun 21, 2022
1 parent 6fa0da9 commit 710768e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -926,7 +926,7 @@ private static function analyzeNestedArrayAssignment(
*/
private static function getDimKeyValues(
StatementsAnalyzer $statements_analyzer,
PhpParser\Node\Expr $dim,
PhpParser\Node\Expr $dim
): array {
$key_values = [];

Expand Down

0 comments on commit 710768e

Please sign in to comment.