We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0222c3e commit 8f6a9b0Copy full SHA for 8f6a9b0
src/Illuminate/Queue/InteractsWithQueue.php
@@ -148,7 +148,7 @@ public function assertFailed()
148
/**
149
* Assert that the job was manually failed with a specific exception.
150
*
151
- * @param \Throwable|string $exception
+ * @param \Throwable|string $exception
152
* @return $this
153
*/
154
public function assertFailedWith($exception)
0 commit comments