View file vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php

File size: 190B
<?php

if (\PHP_VERSION_ID < 80100) {
    #[Attribute(Attribute::TARGET_METHOD)]
    final class ReturnTypeWillChange
    {
        public function __construct()
        {
        }
    }
}