Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: ConstantScalarType.php
<?php declare(strict_types = 1); namespace PHPStan\Type; interface ConstantScalarType extends ConstantType { /** * @return int|float|string|bool|null */ public function getValue(); }