Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jan 19, 2024
1 parent 3001aee commit 19232a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ public function toString() : string
$content[] = $element->toString();
}

return ($this->nullable ? '?' : '') . 'structure{' . \implode(', ', $content) . '}';
return ($this->nullable ? '?' : '') . 'structure{' . \implode(', ', $content) . '}';
}
}

0 comments on commit 19232a0

Please sign in to comment.