diff options
Diffstat (limited to 'vendor/symfony/polyfill-php81/Resources')
-rw-r--r-- | vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php b/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php new file mode 100644 index 000000000..197709ba6 --- /dev/null +++ b/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php @@ -0,0 +1,9 @@ +<?php + +#[Attribute(Attribute::TARGET_METHOD)] +final class ReturnTypeWillChange +{ + public function __construct() + { + } +} |