Add support for exception groups #1761
Annotations
9 errors
|
Psalm
Process completed with exit code 2.
|
|
PHPStan:
src/Client.php#L481
Cannot call method setIsExceptionGroup() on Sentry\ExceptionMechanism|null.
|
|
PHPStan:
src/Client.php#L484
Cannot call method setParentId() on Sentry\ExceptionMechanism|null.
|
|
PHPStan:
src/Client.php#L487
Cannot call method setExceptionId() on Sentry\ExceptionMechanism|null.
|
|
PHPStan:
src/ExceptionMechanism.php#L35
Property Sentry\ExceptionMechanism::$exceptionId has no type specified.
|
|
PHPStan:
src/ExceptionMechanism.php#L37
Property Sentry\ExceptionMechanism::$parentId has no type specified.
|
|
PHPStan:
src/ExceptionMechanism.php#L39
Property Sentry\ExceptionMechanism::$isExceptionGroup has no type specified.
|
|
PHPStan
Process completed with exit code 1.
|
|
PHP-CS-Fixer
Process completed with exit code 8.
|