Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Driver
/
Exception
Location:
/home/zoteqbgb/public_html/vendor/doctrine/dbal/src/Driver/Exception
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: UnknownParameterType.php
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\Exception; use Doctrine\DBAL\Driver\AbstractException; use function sprintf; /** @internal */ final class UnknownParameterType extends AbstractException { /** @param mixed $type */ public static function new($type): self { return new self(sprintf('Unknown parameter type, %d given.', $type)); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
UnknownParameterType.php
388 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
Chang
Apply