function Differ::__construct
Same name in this branch
- 11.1.x vendor/sebastian/diff/src/Differ.php \SebastianBergmann\Diff\Differ::__construct()
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php \PhpParser\Internal\Differ::__construct()
* Create differ over the given equality relation. * *
Parameters
callable(T, T): bool $isEqual Equality relation:
File
-
vendor/
phpstan/ phpdoc-parser/ src/ Printer/ Differ.php, line 34
Class
Namespace
PHPStan\PhpDocParser\PrinterCode
public function __construct(callable $isEqual) {
$this->isEqual = $isEqual;
}