Skip to content

Commit

Permalink
Fix Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Mar 5, 2024
1 parent cf66b96 commit 52ad99d
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions Controller/Adminhtml/Entity/MassDelete.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,9 @@
*/
class MassDelete extends Action implements HttpPostActionInterface
{
/**
* @var Filter
*/
protected $filter;
protected Filter $filter;
protected CollectionFactory $collectionFactory;

/**
* @var CollectionFactory
*/
protected $collectionFactory;

/**
* Constructor.
*
* @param Context $context
* @param Filter $filter
* @param CollectionFactory $collectionFactory
*/
public function __construct(
Context $context,
Filter $filter,
Expand Down

0 comments on commit 52ad99d

Please sign in to comment.