laminas / laminas-log

Robust, composite logger with filtering, formatting, and PSR-3 support
https://docs.laminas.dev/laminas-log/
BSD 3-Clause "New" or "Revised" License
26 stars 30 forks source link

Apply PHP 7.4 syntax #31

Closed samsonasik closed 2 years ago

samsonasik commented 2 years ago
Q A
QA yes

Description

Updated to use up to php 7.4 syntax and typed property (for private modifier only to keep BC) as now requirement is minimal php 7.4

froschdesign commented 2 years ago

@samsonasik The autocloser indicates that this component is feature-complete and is in security-only maintenance mode [^readme]. I think the changes are therefore not needed.

[^readme]: The readme file must be updated. (Reference)

samsonasik commented 2 years ago

Ok, I am closing it