File manager - Edit - /var/www/payraty/helpdesk/vendor/roave/better-reflection/src/SourceLocator/Exception/NoClosureOnLine.php
Back
<?php declare(strict_types=1); namespace Roave\BetterReflection\SourceLocator\Exception; use LogicException; use function sprintf; class NoClosureOnLine extends LogicException { public static function create(string $fileName, int $lineNumber): self { return new self(sprintf('No closure found on line %d in %s', $lineNumber, $fileName)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings