spelling: failure
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d6eb08dd89
commit
f6fda5840d
|
@ -885,7 +885,7 @@ class Worker
|
||||||
/**
|
/**
|
||||||
* Returns waiting jobs for the current process id
|
* Returns waiting jobs for the current process id
|
||||||
*
|
*
|
||||||
* @return array|bool waiting workerqueue jobs or FALSE on failture
|
* @return array|bool waiting workerqueue jobs or FALSE on failure
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
private static function getWaitingJobForPID()
|
private static function getWaitingJobForPID()
|
||||||
|
|
|
@ -58,7 +58,7 @@ class Link
|
||||||
* @param int $uriId
|
* @param int $uriId
|
||||||
* @param string $url
|
* @param string $url
|
||||||
* @param string $size
|
* @param string $size
|
||||||
* @return string Found link URL + id on success, $url on failture
|
* @return string Found link URL + id on success, $url on failure
|
||||||
*/
|
*/
|
||||||
public static function getByLink(int $uriId, string $url, string $size = ''): string
|
public static function getByLink(int $uriId, string $url, string $size = ''): string
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user