Skip to content

Commit

Permalink
Added: typed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ericges committed Dec 13, 2023
1 parent 2d03c4f commit 2fe64ff
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/DataContainer/ProductArchiveContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,11 @@

class ProductArchiveContainer
{
/**
* @var FileUtil
*/
protected $fileUtil;
protected FileUtil $fileUtil;

/**
* @var ModelUtil
*/
protected $modelUtil;
protected ModelUtil $modelUtil;

/**
* @var Security
*/
protected $security;
protected Security $security;

public function __construct(
FileUtil $fileUtil,
Expand Down

0 comments on commit 2fe64ff

Please sign in to comment.