Skip to content

Commit 6276823

Browse files
committed
Apply fixes from StyleCI
1 parent e408d41 commit 6276823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monorepo/scripts/docs/MarkdownFormatter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ function getSignatures(): array
495495
$newContent = str_replace($heading, $newHeading, $newContent);
496496
file_put_contents($filename, $newContent);
497497

498-
echo("Fixed heading '$headingText' to '$newHeading' in $filename\n");
498+
echo "Fixed heading '$headingText' to '$newHeading' in $filename\n";
499499
}
500500
}
501501
}

0 commit comments

Comments
 (0)