Вход Регистрация
Файл: vendor/doctrine/dbal/src/ArrayParameters/Exception/MissingPositionalParameter.php
Строк: 31
<?php

namespace DoctrineDBALArrayParametersException;

use 
DoctrineDBALArrayParametersException;
use 
LogicException;

use function 
sprintf;

/** @internal */
class MissingPositionalParameter extends LogicException implements Exception
{
    public static function new(
int $index): self
    
{
        return new 
self(
            
sprintf('Positional parameter at index %d does not have a bound value.'$index),
        );
    }
}
Онлайн: 1
Реклама