aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
blob: f4cad34f646cac25f0712b3ddfc4c6ebdc75fe4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

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