Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Make internal classes final
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Apr 29, 2023
1 parent f6f1aa8 commit 2f38eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* This document has been generated with
* https://mlocati.github.io/php-cs-fixer-configurator/#version:3.12.0|configurator
* https://mlocati.github.io/php-cs-fixer-configurator/#version:3.16.0|configurator
* you can change this configuration by importing this file.
*/
$config = new PhpCsFixer\Config();
Expand Down Expand Up @@ -42,6 +42,7 @@
'dir_constant' => true,
'elseif' => true,
'encoding' => true,
'final_internal_class' => true,
'full_opening_tag' => true,
'fully_qualified_strict_types' => true,
'function_declaration' => ['trailing_comma_single_line'=>true],
Expand Down

0 comments on commit 2f38eff

Please sign in to comment.