Skip to content

Commit

Permalink
134 - Strict types for arguments and return types (#135)
Browse files Browse the repository at this point in the history
* 134 - add types for arguments and return values

* 134 - update changelog

* 134 - delete self return type

---------

Co-authored-by: alutskevich <[email protected]>
  • Loading branch information
lutdev and alutskevich authored Jun 18, 2024
1 parent 92c2ce6 commit 4fb8529
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 228 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This is the Developer Changelog for Matomo PHP Tracker. All breaking changes or new features are listed below.

## Matomo PHP Tracker 3.4.0
### Changed
- a lot of arguments of `MatomoTracker` methods have explicitly types
- a lot of `MatomoTracker` method return types have strict types

## Matomo PHP Tracker 3.3.1
### Fixed
- closed curl connection
Expand Down
Loading

0 comments on commit 4fb8529

Please sign in to comment.