Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

joachim created an issue.