13 lines
153 B
PHP
13 lines
153 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace DigiComp\FlowSessionLock\Annotations;
|
|
|
|
/**
|
|
* @Annotation
|
|
* @Target({"METHOD"})
|
|
*/
|
|
final class ReadOnly
|
|
{
|
|
}
|