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

9 lines
132 B
PHP

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