Skip to content

Commit

Permalink
use class scope res operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneOH committed Feb 1, 2022
1 parent c2091d2 commit 7e8727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextUI/Exception/BootstrapException.php
Expand Up @@ -29,7 +29,7 @@ public function __construct(Throwable $t)
parent::__construct(
sprintf(
'Error in bootstrap script: %s:%s%s%s%s',
get_class($t),
$t::class,
PHP_EOL,
$t->getMessage(),
PHP_EOL,
Expand Down

0 comments on commit 7e8727a

Please sign in to comment.