mirror of
https://github.com/idanoo/php-resque
synced 2025-06-30 13:12:20 +00:00
9 lines
No EOL
159 B
PHP
9 lines
No EOL
159 B
PHP
<?php /** @noinspection PhpUndefinedFunctionInspection */
|
|
|
|
class PHP_Error_Job
|
|
{
|
|
public function perform()
|
|
{
|
|
callToUndefinedFunction();
|
|
}
|
|
} |