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 -3
View File
@@ -52,11 +52,10 @@ use function vsprintf;
*/
class Description
{
/** @var string */
private $bodyTemplate;
private string $bodyTemplate;
/** @var Tag[] */
private $tags;
private array $tags;
/**
* Initializes a Description with its body (template) and a listing of the tags used in the body template.