log icon indicating copy to clipboard operation
log copied to clipboard

Update README.md

Open sebastianstucke87 opened this issue 2 years ago • 0 comments

Updated code style:

  • strict_types
  • final readonly class
  • promoted properties
  • void return
  • NullLogger instead of dealing with null (thereby removing the null-pointer exception I added in 2019...)
  • handle \Throwable
  • short-array syntax

sebastianstucke87 avatar Jul 21 '23 11:07 sebastianstucke87