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