matomo-org / plugin-DeviceDetectorCache

Makes tracking in Matomo Analytics faster by detecting many devices, operating systems, bots, and browsers from a cache.
https://matomo.org
GNU General Public License v3.0
3 stars 7 forks source link

Ensure console commands return integers #31

Closed sgiehl closed 2 years ago

sgiehl commented 3 years ago

Description:

Newer versions of symfony console will throw an error when a console command does not return an integer.

Review