mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Fix code style and bump to php 7.4
This commit is contained in:
@@ -44,11 +44,9 @@ use function trim;
|
||||
|
||||
final class DocBlockFactory implements DocBlockFactoryInterface
|
||||
{
|
||||
/** @var DocBlock\DescriptionFactory */
|
||||
private $descriptionFactory;
|
||||
private DocBlock\DescriptionFactory $descriptionFactory;
|
||||
|
||||
/** @var TagFactory */
|
||||
private $tagFactory;
|
||||
private TagFactory $tagFactory;
|
||||
|
||||
/**
|
||||
* Initializes this factory with the required subcontractors.
|
||||
|
||||
Reference in New Issue
Block a user