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
+1 -1
View File
@@ -42,7 +42,7 @@ final class MyTag extends BaseTag
*
* @var string
*/
protected $name = 'my-tag';
protected string $name = 'my-tag';
/**
* The constructor for this Tag; this should contain all properties for this object.