Skip to content

Commit

Permalink
Fix CS v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 8, 2022
1 parent b177afc commit 306916d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/form/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
$form = Form::addTo($tab);
$form->addControl('email');
$form->onSubmit(function (Form $form) {
$o = new \StdClass();
$o = new \stdClass();

return $o['abc'];
});
Expand Down

0 comments on commit 306916d

Please sign in to comment.