File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Schema/Name/Parser/Exception/InvalidName.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Schema\Name\Parser\Exception; use Doctrine\DBAL\Schema\Name\Parser\Exception; use InvalidArgumentException; use function sprintf; /** @internal */ class InvalidName extends InvalidArgumentException implements Exception { public static function forUnqualifiedName(int $count): self { return new self(sprintf('An unqualified name must consist of one identifier, %d given.', $count)); } public static function forOptionallyQualifiedName(int $count): self { return new self( sprintf('An optionally qualified name must consist of one or two identifiers, %d given.', $count), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings