Improved quality of docblock comments
This commit is contained in:
@ -4,6 +4,10 @@ namespace NoccyLabs\Ipc\Key;
|
||||
|
||||
interface KeyInterface
|
||||
{
|
||||
/**
|
||||
* Get the integer key used for SysV ipc operations
|
||||
*
|
||||
* @return integer
|
||||
*/
|
||||
public function getKey():int;
|
||||
public function __toString();
|
||||
}
|
Reference in New Issue
Block a user