Merge pull request #10044 from TheBnl/patch-1

Fix error when executing method SSViewer::templates() when $subTempla…
This commit is contained in:
Steve Boyd 2021-08-06 09:49:00 +12:00 committed by GitHub
commit e0548b208e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ class SSViewer implements Flushable
*
* @var array
*/
protected $subTemplates = null;
protected $subTemplates = [];
/**
* @var bool