File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Schema/Exception/InvalidColumnDefinition.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Schema\Exception; use Doctrine\DBAL\Schema\Name\UnqualifiedName; use Doctrine\DBAL\Schema\SchemaException; use LogicException; use function sprintf; /** @psalm-immutable */ final class InvalidColumnDefinition extends LogicException implements SchemaException { public static function nameNotSpecified(): self { return new self('Column name is not specified.'); } public static function dataTypeNotSpecified(UnqualifiedName $columnName): self { return new self(sprintf('Data type is not specified for column %s.', $columnName->toString())); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings