laminas / laminas-mvc-plugin-flashmessenger

Plugin for creating and exposing flash messages via laminas-mvc controllers
https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/
BSD 3-Clause "New" or "Revised" License
10 stars 16 forks source link

Apply php 7.4 syntax #22

Closed samsonasik closed 2 years ago

samsonasik commented 2 years ago
Q A
QA yes

Description

Applied with the following command:

composer require --dev rector/rector && vendor/bin/rector init && vendor/bin/rector process src test && rm -rf rector.php && git checkout composer.json && git checkout composer.lock