Skip to content

Commit

Permalink
Merge pull request #10 from ohdearapp/analysis-QMpdKo
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
freekmurze authored Jun 14, 2020
2 parents b7273f7 + dd6404d commit 1dc0402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/WebhookFailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static function missingType(Request $request)

public static function jobClassDoesNotExist($jobClass, $ohDearWebhookCall)
{
return new static('The '. $jobClass .' class does not exist.');
return new static('The '.$jobClass.' class does not exist.');
}

public function render($request)
Expand Down

0 comments on commit 1dc0402

Please sign in to comment.