9 lines
126 B
PHP
9 lines
126 B
PHP
<?php
|
|
|
|
namespace Rmphp\Storage\Attribute;
|
|
|
|
use Attribute;
|
|
|
|
#[Attribute(Attribute::TARGET_PROPERTY)]
|
|
class PropertyNoReturn {}
|