Merge pull request #151 from Dave13h/patch-1
PhpParallelLint Short tags Option expecting string
This commit is contained in:
commit
4f865719fa
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class PhpParallelLint extends Plugin implements ZeroConfigPluginInterface
|
|||
}
|
||||
|
||||
if (isset($options['shorttags'])) {
|
||||
$this->shortTag = (strtolower($options['shorttags']) == 'true');
|
||||
$this->shortTag = $options['shorttags'];
|
||||
}
|
||||
|
||||
if (isset($options['extensions'])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue