Skip to content

Commit

Permalink
Use fixed PHP CS Fixer v3.9.4 (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Jul 15, 2022
1 parent ff302f5 commit 0172178
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"phpunit/phpunit": "^9.5.5"
},
"conflict": {
"friendsofphp/php-cs-fixer": "^3.9",
"jdorn/sql-formatter": "<1.2.9"
},
"suggest": {
Expand Down
1 change: 1 addition & 0 deletions src/Field/PasswordField.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Atk4\Data\Exception;
use Atk4\Data\Field;
use Atk4\Data\Model;

use function password_get_info;
use function password_hash;
use function password_verify;
Expand Down

0 comments on commit 0172178

Please sign in to comment.