Skip to content

Commit

Permalink
errant operand
Browse files Browse the repository at this point in the history
  • Loading branch information
hguthrie committed Apr 18, 2023
1 parent 722d861 commit 392e142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Dev/GenerateSchemaError.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private function generateDocs(array $errors): string
foreach ($typeErrors as $stage => $stageErrors) {
$result .= sprintf("\n### %s%s\n", ucfirst($stage), $stage === 'general' ? '' : ' stage');

$table .= sprintf(
$table = sprintf(
"| Error code | %s step | Error description (Title) | Suggested action |\n",
ucfirst($stage)
);
Expand Down

0 comments on commit 392e142

Please sign in to comment.