Skip to content

Commit e6c409c

Browse files
trippogithub-actions[bot]
authored andcommitted
Fix styling
1 parent 31daf74 commit e6c409c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/TranslationMissing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class TranslationMissing extends RuntimeException
1010
{
1111
public function __construct(\UnitEnum $enum, string $method)
1212
{
13-
parent::__construct("Translation missing for '$method' property of ".get_class($enum)."::$enum->name");
13+
parent::__construct("Translation missing for '$method' property of " . get_class($enum) . "::$enum->name");
1414
}
1515
}

0 commit comments

Comments
 (0)