Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
style: once again I fight with style ci, the battle continues
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Dec 10, 2020
1 parent 730ba2f commit 078218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MailEclipse.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ private static function getMissingParams($arg, $params)
}

try {
return !is_null($type)
return ! is_null($type)
? $type
: new Mocked($arg, \ReeceM\Mocker\Utils\VarStore::singleton());
} catch (\Exception $e) {
Expand Down

0 comments on commit 078218c

Please sign in to comment.