diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index b4da5e23..a424acee 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -31,8 +31,6 @@ ->setRules([ '@Symfony' => true, '@Symfony:risky' => true, - 'protected_to_private' => false, - 'declare_strict_types' => false, 'header_comment' => ['header' => $fileHeader], 'php_unit_test_case_static_method_calls' => ['call_type' => 'this'], ]) diff --git a/examples/client/http_client_communication.php b/examples/client/http_client_communication.php index 987b190c..f5a39ea9 100644 --- a/examples/client/http_client_communication.php +++ b/examples/client/http_client_communication.php @@ -1,5 +1,14 @@