Skip to content

Commit

Permalink
fix stan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Mar 26, 2024
1 parent 04e205a commit f92cced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use Atk4\Ui\Js\JsExpressionable;

/**
* @property false $model use $entity property instead
* @property false|null $model use $entity property instead TODO remove null once https://github.com/phpstan/phpstan/issues/10787 is fixed
*/
class Form extends View
{
Expand Down

0 comments on commit f92cced

Please sign in to comment.