mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

RFC: https://wiki.php.net/rfc/attribute_amendments Support for attribute grouping is left out, because the short attribute syntax RFC will likely make it obsolete. Closes GH-5751.
8 lines
139 B
PHP
8 lines
139 B
PHP
<?php
|
|
|
|
/** @generate-function-entries */
|
|
|
|
final class Attribute
|
|
{
|
|
public function __construct(int $flags = Attribute::TARGET_ALL) {}
|
|
}
|