mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
15 lines
235 B
PHP
15 lines
235 B
PHP
<?php
|
|
|
|
/** @generate-class-entries */
|
|
|
|
final class Attribute
|
|
{
|
|
public int $flags;
|
|
|
|
public function __construct(int $flags = Attribute::TARGET_ALL) {}
|
|
}
|
|
|
|
final class ReturnTypeWillChange
|
|
{
|
|
public function __construct() {}
|
|
}
|