Skip to content

Commit

Permalink
[BUGFIX] Properly annotate type for aspect property
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler authored and renovate[bot] committed Jul 29, 2024
1 parent 5fecb27 commit d3b2d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Mail/Transport/QueueableFileTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function recover(int $timeout = 900): void
public function flushQueue(Mailer\Transport\TransportInterface $transport): int
{
$directoryIterator = new \DirectoryIterator($this->path);
/** @var positive-int $execTime */
$execTime = $this->context->getPropertyFromAspect('date', 'timestamp');
$time = time();
$count = 0;
Expand Down

0 comments on commit d3b2d9c

Please sign in to comment.