Skip to content

Commit

Permalink
fix phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Nov 5, 2023
1 parent d4d3196 commit 62b3776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Handlers/BaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
namespace Michalsn\CodeIgniterQueue\Handlers;

use CodeIgniter\I18n\Time;
use Michalsn\CodeIgniterQueue\Config\Queue as QueueConfig;
use Michalsn\CodeIgniterQueue\Entities\QueueJob;
use Michalsn\CodeIgniterQueue\Entities\QueueJobFailed;
use Michalsn\CodeIgniterQueue\Exceptions\QueueException;
use Michalsn\CodeIgniterQueue\Models\QueueJobFailedModel;
use ReflectionException;
use Throwable;

/**
* @property-read QueueConfig $config
*/
abstract class BaseHandler
{
protected ?string $priority = null;
Expand Down

0 comments on commit 62b3776

Please sign in to comment.