Skip to content

Commit b8491dc

Browse files
committed
Remove FQCN type hints on properties
1 parent 46b61fc commit b8491dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/FormatException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
final class FormatException extends \LogicException implements ExceptionInterface
2020
{
21-
private FormatExceptionContext $context;
21+
private $context;
2222

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

0 commit comments

Comments
 (0)