Skip to content

Commit

Permalink
ItemDetailForm: $httpPost: Typed property must not be accessed...
Browse files Browse the repository at this point in the history
  • Loading branch information
radimvaculik committed Feb 10, 2023
1 parent df948eb commit c8d24c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/ItemDetailForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class ItemDetailForm extends Container
private $callableSetContainer;

/** @var ?array */
private ?array $httpPost;
private ?array $httpPost = null;

/** @var array<bool> */
private array $containerSetByName = [];
Expand Down

0 comments on commit c8d24c6

Please sign in to comment.