phpspec / prophecy

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

Refactor code to avoid extending the sebastian/comparator factory #589

Closed stof closed 1 year ago

stof commented 1 year ago

Version 5 of the library makes the Factory class final.

Unfortunately, the existing Prophecy\Comparator\Factory is part of the public API of other classes currently, so we cannot consider that it is an internal class that we are free to remove.