Browse Source

use namespace

PHP-GTK3
yggverse 4 months ago
parent
commit
196b55e072
  1. 4
      src/Interface/Model/Pool.php

4
src/Interface/Model/Pool.php

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

Loading…
Cancel
Save