Update website
This commit is contained in:
parent
0a686aeb9a
commit
c4ffa0f6ee
4360 changed files with 1727 additions and 718385 deletions
4
vendor/doctrine/dbal/src/Query.php
vendored
4
vendor/doctrine/dbal/src/Query.php
vendored
|
@ -8,8 +8,6 @@ use Doctrine\DBAL\Types\Type;
|
|||
|
||||
/**
|
||||
* An SQL query together with its bound parameters.
|
||||
*
|
||||
* @psalm-immutable
|
||||
*/
|
||||
final class Query
|
||||
{
|
||||
|
@ -35,8 +33,6 @@ final class Query
|
|||
/**
|
||||
* @param array<mixed> $params
|
||||
* @param array<Type|int|string|null> $types
|
||||
*
|
||||
* @psalm-suppress ImpurePropertyAssignment
|
||||
*/
|
||||
public function __construct(string $sql, array $params, array $types)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue