From 196b55e0722d4eb9ac12c16b2680cb26cd36e4c6 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 26 Jul 2024 13:19:24 +0300 Subject: [PATCH] use namespace --- src/Interface/Model/Pool.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Interface/Model/Pool.php b/src/Interface/Model/Pool.php index f03c19fd..e683f3f2 100644 --- a/src/Interface/Model/Pool.php +++ b/src/Interface/Model/Pool.php @@ -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,