phpspec / prophecy

Highly opinionated mocking framework for PHP 5.3+
MIT License
8.53k stars 241 forks source link

Use a private constant instead of a readonly static array #581

Closed stof closed 1 year ago

stof commented 1 year ago

This fixes one of the issues reported by phpstan level 6 (types of static properties must be defined, while constants are inferred from the source code as they are not mutable)