mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
Add phpstan level 7(#544)
This commit is contained in:
@ -7,10 +7,5 @@
|
||||
|
||||
abstract class AbstractStorageProvider implements StorageProviderContract
|
||||
{
|
||||
protected StorageProvider $storageProvider;
|
||||
|
||||
public function __construct(StorageProvider $storageProvider)
|
||||
{
|
||||
$this->storageProvider = $storageProvider;
|
||||
}
|
||||
public function __construct(protected StorageProvider $storageProvider) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user