Skip to content

Commit

Permalink
Fix: Property Ublaboo\DataGrid\Utils\ItemDetailForm::$httpPost (array…
Browse files Browse the repository at this point in the history
…) does not accept array|null.
  • Loading branch information
radimvaculik authored and f3l1x committed Oct 5, 2021
1 parent b596cf0 commit ce3bdf4
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 @@ -20,7 +20,7 @@ final class ItemDetailForm extends Container
private $callableSetContainer;

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

Expand Down

0 comments on commit ce3bdf4

Please sign in to comment.