mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use namespace
This commit is contained in:
parent
7e13ba841d
commit
196b55e072
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue