diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 62d1ac7f74fa..ed2e6cf2bae8 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -71,7 +71,7 @@ 'random_api_migration' => true, 'ternary_to_null_coalescing' => true, 'phpdoc_to_param_type' => true, - //'declare_strict_types' => true, + 'declare_strict_types' => true, // TODO php 7.4 migration (one day..) // 'phpdoc_to_property_type' => true, diff --git a/src/Composer/Autoload/AutoloadGenerator.php b/src/Composer/Autoload/AutoloadGenerator.php index 5485565e0dd0..0ddcc9df1fd4 100644 --- a/src/Composer/Autoload/AutoloadGenerator.php +++ b/src/Composer/Autoload/AutoloadGenerator.php @@ -1,4 +1,4 @@ -