mezzio / mezzio-fastroute

FastRoute integration for Mezzio
https://docs.mezzio.dev/mezzio/features/router/fast-route/
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

Apply PHP 7.4 syntax and typed property #23

Closed samsonasik closed 1 year ago

samsonasik commented 1 year ago

Signed-off-by: Abdul Malik Ikhsan samsonasik@gmail.com

Q A
QA yes

Description

Since composer.json require php 7.4, php 7.4 syntax can be applied with typed properties.

samsonasik commented 1 year ago

All green 🎉

samsonasik commented 1 year ago

@Ocramius I think it is ready.