Change :: to -> for instanced methods in PlainTextHandler #5

Closed
opened 1 year ago by dustinwilson · 1 comments
Owner

Currently PlainTextHandler uses :: as in Catcher::setOption. This is the normal way to express things in PHP land, but it's confusing as that's how in actual code you call static methods. Should change that to ->instead for instanced methods to make it obvious.

Currently PlainTextHandler uses `::` as in `Catcher::setOption`. This is the normal way to express things in PHP land, but it's confusing as that's how in actual code you call static methods. Should change that to `->`instead for instanced methods to make it obvious.
dustinwilson added the
enhancement
label 1 year ago
Poster
Owner

Fixed by 5d8e77e89a.

Fixed by 5d8e77e89a.
dustinwilson closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.