Skip to content

Commit

Permalink
phpstan.neon.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Feb 23, 2024
1 parent 15c16ed commit ec5729e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
/vendor/
/.php-cs-fixer.php
/composer.lock
/phpstan.neon
/phpunit.xml
/psalm.xml
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

$rules = $config->getRules();
$rules['ordered_class_elements']['sort_algorithm'] = 'alpha';
// $rules['phpdoc_var_without_name'] = false;
$rules['final_public_method_for_abstract_class'] = false;

return $config->setRules($rules);
File renamed without changes.

0 comments on commit ec5729e

Please sign in to comment.