mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-25 15:01:16 +02:00
Don't use property type hints
This commit is contained in:
@@ -11,7 +11,8 @@ class ModifiedTime extends ViewFunction
|
||||
/** @var string The function name */
|
||||
protected $name = 'modified_time';
|
||||
|
||||
private Config $config;
|
||||
/** @var Config The application config */
|
||||
private $config;
|
||||
|
||||
public function __construct(Config $config)
|
||||
{
|
||||
|
Reference in New Issue
Block a user