Skip to content

Commit

Permalink
Fix CS issue
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Feb 22, 2023
1 parent dd4113c commit 2c6f661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Mockery/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

use Mockery\Exception\MockeryExceptionInterface;

class Exception extends \UnexpectedValueException implements MockeryExceptionInterface
class Exception extends \UnexpectedValueException implements MockeryExceptionInterface
{
}

0 comments on commit 2c6f661

Please sign in to comment.