Skip to content

Commit

Permalink
Skautis\Exception nyni dedi od Throwable (PHPStan fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
JindrichPilar committed Dec 28, 2019
1 parent 6c2bd26 commit 78d2a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
/**
* @author Petr Morávek <[email protected]>
*/
interface Exception
interface Exception extends \Throwable
{
}

0 comments on commit 78d2a4a

Please sign in to comment.