katzgrau / KLogger

A Simple Logging Class For PHP
http://codefury.net/projects/klogger/
981 stars 284 forks source link

Cast explicitly originalTime to int to avoid warnings in PHP 8.1 #103

Closed kamilwylegala closed 2 years ago

kamilwylegala commented 2 years ago

I ran tests on PHPUnit 9.5.*. Reverted the change (composer.json, LoggerTest) because it'd cause incompatibility with PHP 5.3 which is required version.

kamilwylegala commented 2 years ago

Oh yes. Thanks :smile: