Skip to content

Commit 62afcee

Browse files
valeriitropincorpsee
authored andcommitted
[php-cs] fix standard parameter
1 parent 21a73ab commit 62afcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/PHPCensor/Plugin/PhpCodeSniffer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function __construct(Builder $builder, Build $build, array $options = [])
116116
}
117117

118118
if (!empty($options['standard'])) {
119-
$this->standard = (array)$options['standard'];
119+
$this->standard = $options['standard'];
120120
}
121121
}
122122

0 commit comments

Comments
 (0)