zendframework / zend-coding-standard

Zend Framework Coding Standard
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

phpcb does not insert declare statement #23

Open PatrickG opened 4 years ago

PatrickG commented 4 years ago

Previously I let phpcb insert the declare statement instead of writing it myself. But since the latest update (2.0.0.alpha4), phpcb does not insert the declare statement anymore. phpcs still reports the missing declare statement with an error (Missing required strict_types declaration).

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-coding-standard; a new issue has been opened at https://github.com/laminas/laminas-coding-standard/issues/1.