Yet more Coding standards fixes
This commit is contained in:
parent
6d3d44359d
commit
aba41f6495
|
@ -14,6 +14,7 @@ class XmlScanner
|
||||||
private $libxmlDisableEntityLoader = false;
|
private $libxmlDisableEntityLoader = false;
|
||||||
|
|
||||||
private $previousLibxmlDisableEntityLoaderValue;
|
private $previousLibxmlDisableEntityLoaderValue;
|
||||||
|
|
||||||
private $pattern;
|
private $pattern;
|
||||||
|
|
||||||
private function __construct($pattern = '<!DOCTYPE')
|
private function __construct($pattern = '<!DOCTYPE')
|
||||||
|
|
Loading…
Reference in New Issue