Skip to content

Commit

Permalink
Fix config format
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Dec 13, 2020
1 parent 09a43ad commit e504817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function getRules(): array
"php_unit_fqcn_annotation" => true,
"phpdoc_summary" => true,
"phpdoc_types" => true,
"psr_autoloading" => $this->src,
"psr_autoloading" => ['dir' => $this->src],
"return_type_declaration" => ["space_before" => "none"],
"short_scalar_cast" => true,
"single_blank_line_before_namespace" => true,
Expand Down

0 comments on commit e504817

Please sign in to comment.