use namespace

This commit is contained in:
yggverse 2024-07-26 13:19:24 +03:00
parent 7e13ba841d
commit 196b55e072

View file

@ -4,6 +4,8 @@ declare(strict_types=1);
namespace Yggverse\Yoda\Interface\Model;
use \Shmop;
/*
* Shared memory API for async operations
*
@ -19,7 +21,7 @@ interface Pool
int $size = 0xfffff,
string $flags = 'c',
int $mode = 0644,
): ?\Shmop;
): ?Shmop;
public function read(
string $key,