We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b61fc commit b8491dcCopy full SHA for b8491dc
Exception/FormatException.php
@@ -18,7 +18,7 @@
18
*/
19
final class FormatException extends \LogicException implements ExceptionInterface
20
{
21
- private FormatExceptionContext $context;
+ private $context;
22
23
public function __construct(string $message, FormatExceptionContext $context, int $code = 0, \Throwable $previous = null)
24
0 commit comments