for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace kalanis\kw_semaphore;
use kalanis\kw_semaphore\Interfaces\ISMTranslations;
/**
* Class Translations
* @package kalanis\kw_semaphore
*/
class Translations implements ISMTranslations
{
public function smCannotOpenSemaphore(): string
return 'Cannot open semaphore data';
}
public function smCannotSaveSemaphore(): string
return 'Cannot save semaphore data';
public function smCannotGetSemaphoreClass(): string
return 'Cannot determine semaphore class';