[php-cs] fix standard parameter
This commit is contained in:
parent
21a73abd16
commit
62afcee352
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class PhpCodeSniffer extends Plugin implements ZeroConfigPluginInterface
|
|||
}
|
||||
|
||||
if (!empty($options['standard'])) {
|
||||
$this->standard = (array)$options['standard'];
|
||||
$this->standard = $options['standard'];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue