Skip to content

Commit 392e142

Browse files
committed
errant operand
1 parent 722d861 commit 392e142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Dev/GenerateSchemaError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private function generateDocs(array $errors): string
115115
foreach ($typeErrors as $stage => $stageErrors) {
116116
$result .= sprintf("\n### %s%s\n", ucfirst($stage), $stage === 'general' ? '' : ' stage');
117117

118-
$table .= sprintf(
118+
$table = sprintf(
119119
"| Error code | %s step | Error description (Title) | Suggested action |\n",
120120
ucfirst($stage)
121121
);

0 commit comments

Comments
 (0)