Coding standards
This commit is contained in:
parent
abad49d426
commit
6d3d44359d
|
@ -35,7 +35,7 @@ class XmlScanner
|
|||
|
||||
public static function getInstance(Reader\IReader $reader)
|
||||
{
|
||||
switch(true) {
|
||||
switch (true) {
|
||||
case $reader instanceof Reader\Html:
|
||||
return new self('<!ENTITY');
|
||||
case $reader instanceof Reader\Xlsx:
|
||||
|
|
Loading…
Reference in New Issue