Skip to content

Commit

Permalink
typo [Closes #321]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 18, 2024
1 parent 88c1ffb commit ae62cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Forms/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public static function dataClass(Form $form, bool $exit = true): void
$blueprint->printHeader('Form Data Class ' . $form->getName());
$blueprint->printCode($blueprint->generateDataClass($form), 'php');
$blueprint->printCode($blueprint->generateDataClass($form, true), 'php');
$bp->printEnd();

This comment has been minimized.

Copy link
@dakorpar

dakorpar Mar 19, 2024

Contributor

How come phpstan did not failed for this?

This comment has been minimized.

Copy link
@spaze

spaze Mar 30, 2024

Contributor

PHPStan did find it but in GitHub Actions, it's running with continue-on-error: true so tests don't fail.

$blueprint->printEnd();
if ($exit) {
exit;
Expand Down

0 comments on commit ae62cae

Please sign in to comment.