Skip to content

Commit

Permalink
Fix PHP formatting to address source formatting failure (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann authored Aug 14, 2023
1 parent 8947184 commit 637b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/src/AstNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getSingle(string $expectedType, RuleType $ruleType, ?object $def
/** needed for non-object return */
public function getSingleUntyped(RuleType $ruleType, mixed $defaultValue = null): mixed
{
$items =$this->subItems[$ruleType->name] ?? [];
$items = $this->subItems[$ruleType->name] ?? [];

/**
* Force the type because we trust the parser, could be validated instead
Expand Down

0 comments on commit 637b669

Please sign in to comment.