Skip to content

Commit cf8ac06

Browse files
authored
Merge pull request #1 from Wimsims/feat/NFTB-143-update-cs-fixer
Feat/nftb 143 update cs fixer
2 parents 6c4656a + 3622714 commit cf8ac06

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"description": "Worldia Coding Standards",
66
"require": {
7+
"ext-json": "*",
78
"friendsofphp/php-cs-fixer": "^3.6"
89
},
910
"autoload": {

src/Factory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public static function createPhpCsFixerConfig(string $rootDirectory, array $opti
2626
'@Symfony:risky' => true,
2727
'single_line_throw' => false,
2828
'header_comment' => ['header' => $header],
29+
'php_unit_test_case_static_method_calls' => ['call_type' => 'this'],
30+
'declare_strict_types' => true,
2931
],
3032
];
3133

0 commit comments

Comments
 (0)