Skip to content

Commit

Permalink
Merge pull request #272 from bowphp/papac-patch-2
Browse files Browse the repository at this point in the history
Update QueueAdapter.php
  • Loading branch information
papac authored Oct 16, 2023
2 parents 918aa34 + 46fc80a commit 1e6e09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Queue/Adapters/QueueAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class QueueAdapter
*
* @var int
*/
protected int $start_time;
protected flaot $start_time;

/**
* Determine the default watch name
Expand Down Expand Up @@ -259,7 +259,7 @@ public function flush(?string $queue = null): void
}

/**
* Watch the the queue name
* Watch the queue name
*
* @param string $queue
*/
Expand Down

0 comments on commit 1e6e09a

Please sign in to comment.