Skip to content

Commit 8f6a9b0

Browse files
committed
Apply fixes from StyleCI
1 parent 0222c3e commit 8f6a9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/InteractsWithQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function assertFailed()
148148
/**
149149
* Assert that the job was manually failed with a specific exception.
150150
*
151-
* @param \Throwable|string $exception
151+
* @param \Throwable|string $exception
152152
* @return $this
153153
*/
154154
public function assertFailedWith($exception)

0 commit comments

Comments
 (0)