Merge pull request #151 from Dave13h/patch-1

PhpParallelLint Short tags Option expecting string
This commit is contained in:
Dmitry Khomutov 2018-02-20 23:17:24 +07:00 committed by GitHub
commit 4f865719fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'])) {