Skip to content

Commit 7a8c0bd

Browse files
committed
build: add missing strict types
1 parent 65751af commit 7a8c0bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.phar

2.16 MB
Binary file not shown.

src/Queue/Jobs/RabbitMQJob.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
namespace VladimirYuldashev\LaravelQueueRabbitMQ\Queue\Jobs;
44

@@ -144,7 +144,6 @@ public function release($delay = 0): void
144144
* Get the job identifier.
145145
*
146146
* @return string
147-
* @throws \Interop\Queue\Exception
148147
*/
149148
public function getJobId(): string
150149
{

0 commit comments

Comments
 (0)