Files
rmphp-storage/src/Attribute/PropertyNoReturn.php
2025-03-30 18:35:21 +03:00

9 lines
126 B
PHP

<?php
namespace Rmphp\Storage\Attribute;
use Attribute;
#[Attribute(Attribute::TARGET_PROPERTY)]
class PropertyNoReturn {}