rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

Improved missing typing and comments #147

Closed danielmorell closed 1 year ago

danielmorell commented 1 year ago

Description of the change

This PR does two things...

  1. It adds missing type annotations and comments explaining the methods and their inputs and outputs. This is a BC because it must be respected by any user created class extending one of these.
  2. It moves the $access_token in our test suite from being a dynamically declared property to being defined on the class for compatibility with PHP 8.2.

Type of change

Related issues

None

Checklists

Development

Code review