refactor: remove unused var

This commit is contained in:
alistair3149 2024-11-20 13:32:59 -05:00 committed by GitHub
parent 3dfb8f4352
commit eaa78dbba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,6 @@ use TemplateParser;
class Tabber {
/** @var bool Flag that checks if this is a nested tabber */
private static $isNested = false;
/** @var bool */
private static $parseTabName = false;