@@ -49,7 +49,7 @@ |
||
| 49 | 49 | ]; |
| 50 | 50 | |
| 51 | 51 | if (is_string($this->header) && !empty($this->header)) { |
| 52 | - $rules['header_comment'] = [ |
|
| 52 | + $rules[ 'header_comment' ] = [ |
|
| 53 | 53 | 'commentType' => 'PHPDoc', |
| 54 | 54 | 'header' => $this->header, |
| 55 | 55 | 'location' => 'after_open', |