function Factory::__construct
Same name in this branch
- 11.1.x vendor/phpspec/prophecy/src/Prophecy/Comparator/Factory.php \Prophecy\Comparator\Factory::__construct()
- 11.1.x vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php \JsonSchema\Constraints\Factory::__construct()
2 calls to Factory::__construct()
- Factory::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Comparator/ Factory.php - Factory::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Comparator/ Factory.php
1 method overrides Factory::__construct()
- Factory::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Comparator/ Factory.php
File
-
vendor/
sebastian/ comparator/ src/ Factory.php, line 37
Class
Namespace
SebastianBergmann\ComparatorCode
public function __construct() {
$this->registerDefaultComparators();
}