Skip to content

Commit

Permalink
Avoid psr_autoloading due to bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jan 11, 2021
1 parent e504817 commit 2be2bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public function getRules(): array
"php_unit_fqcn_annotation" => true,
"phpdoc_summary" => true,
"phpdoc_types" => true,
"psr_autoloading" => ['dir' => $this->src],
// Avoid until https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/5421 is fixed:
// "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 2be2bee

Please sign in to comment.