We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896764d commit 5592aa5Copy full SHA for 5592aa5
lib/BladeOne.php
@@ -187,7 +187,7 @@ class BladeOne
187
/** @var string it is a relative path calculated between baseUrl and the current url. Example ../../ */
188
protected string $relativePath = '';
189
/** @var string[] Dictionary of assets */
190
- protected ?array $assetDict;
+ protected array $assetDict = [];
191
/** @var bool if true then it removes tabs and unneeded spaces */
192
protected bool $optimize = true;
193
/** @var bool if false, then the template is not compiled (but executed on memory). */
0 commit comments