Skip to content

Commit

Permalink
Remove FQCN type hints on properties
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 8, 2021
1 parent 46b61fc commit b8491dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exception/FormatException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
final class FormatException extends \LogicException implements ExceptionInterface
{
private FormatExceptionContext $context;
private $context;

public function __construct(string $message, FormatExceptionContext $context, int $code = 0, \Throwable $previous = null)
{
Expand Down

0 comments on commit b8491dc

Please sign in to comment.