honeybadger-io / honeybadger-php

PHP library for reporting errors to Honeybadger.io :elephant: :zap:
https://www.honeybadger.io/for/php/?utm_source=github&utm_medium=readme&utm_campaign=php&utm_content=website-url
MIT License
38 stars 21 forks source link

refactor(check-ins): checkins to check-ins #182

Closed subzero10 closed 1 year ago

subzero10 commented 1 year ago

Status

READY

Description

To keep the language consistent, this PR renames all references of checkins to check-ins or checkIns (depending on the context).

Note: To maintain backwards compatibility, I kept the public function checkin as is.

Todos