Passed
Branch master (16910f)
by Marcos
04:04
created
Category
src/Php56.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.