Fix code style and bump to php 7.4

This commit is contained in:
Jaapio
2024-03-12 22:28:53 +01:00
parent 1c6b5465fa
commit c6d49fc451
36 changed files with 181 additions and 137 deletions
+2 -4
View File
@@ -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.