- Issue created by @joachim
The sniff complains about code like this:
public function alpha($alpha_one, $alpha_two, $options = ['option_string' => 'cake', 'option_numeric' => 42, 'option_bool' => FALSE]) {
but there is no Drupal coding standard for arrays in a function defaults.
Active
8.3
Review/Rules