mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
migrate to php8
This commit is contained in:
@@ -26,9 +26,9 @@ class Render extends \ArrayObject
|
||||
"macros" => []
|
||||
];
|
||||
/**
|
||||
* @var \Closure
|
||||
* @var \Closure|null
|
||||
*/
|
||||
protected \Closure $_code;
|
||||
protected ?\Closure $_code = null;
|
||||
/**
|
||||
* Template name
|
||||
* @var string
|
||||
@@ -38,7 +38,7 @@ class Render extends \ArrayObject
|
||||
* Provider's schema
|
||||
* @var string|null
|
||||
*/
|
||||
protected ?string $_scm;
|
||||
protected ?string $_scm = null;
|
||||
/**
|
||||
* Basic template name
|
||||
* @var string
|
||||
|
||||
Reference in New Issue
Block a user