diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 84c9bb48e..18c892473 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -38,7 +38,7 @@ '@Symfony' => true, '@Symfony:risky' => true, 'protected_to_private' => false, - 'declare_strict_types' => true, + 'declare_strict_types' => false, 'header_comment' => [ 'header' => implode('', $fileHeaderParts), ], diff --git a/src/mcp-sdk/examples/cli/index.php b/src/mcp-sdk/examples/cli/index.php index ca90b7b65..740b953e9 100644 --- a/src/mcp-sdk/examples/cli/index.php +++ b/src/mcp-sdk/examples/cli/index.php @@ -1,7 +1,5 @@