docs: release 3.1.0 #2
Annotations
10 errors
phpstan:
src/Query/BuilderReturning.php (in context of class Tpetry/PostgresqlEnhanced/Query/JoinClause)#L69
Call to an undefined method Illuminate\Database\Query\Grammars\Grammar::compileReturning().
|
phpstan:
src/Query/BuilderReturning.php (in context of class Tpetry/PostgresqlEnhanced/Query/JoinClause)#L64
Call to function method_exists() with $this(Tpetry\PostgresqlEnhanced\Query\JoinClause) and 'applyBeforeQueryCal…' will always evaluate to true.
|
phpstan:
src/Query/BuilderReturning.php (in context of class Tpetry/PostgresqlEnhanced/Query/JoinClause)#L38
Call to an undefined method Illuminate\Database\ConnectionInterface::returningStatement().
|
phpstan:
src/Query/BuilderReturning.php (in context of class Tpetry/PostgresqlEnhanced/Query/JoinClause)#L33
Call to function method_exists() with $this(Tpetry\PostgresqlEnhanced\Query\JoinClause) and 'applyBeforeQueryCal…' will always evaluate to true.
|
phpstan:
src/Query/BuilderReturning.php (in context of class Tpetry/PostgresqlEnhanced/Query/JoinClause)#L31
Call to an undefined method Illuminate\Database\Query\Grammars\Grammar::compileReturning().
|
phpstan:
src/Query/BuilderExplain.php (in context of class Tpetry/PostgresqlEnhanced/Query/JoinClause)#L14
Call to an undefined method Illuminate\Database\ConnectionInterface::serverVersion().
|
phpstan:
src/Query/BuilderCte.php (in context of class Tpetry/PostgresqlEnhanced/Query/JoinClause)#L35
Parameter #2 $type of method Illuminate\Database\Query\Builder::addBinding() expects 'from'|'groupBy'|'having'|'join'|'order'|'select'|'union'|'unionOrder'|'where', 'expressions' given.
|
phpstan:
src/Query/BuilderCte.php (in context of class Tpetry/PostgresqlEnhanced/Query/Builder)#L35
Parameter #2 $type of method Illuminate\Database\Query\Builder::addBinding() expects 'from'|'groupBy'|'having'|'join'|'order'|'select'|'union'|'unionOrder'|'where', 'expressions' given.
|
phpstan:
src/Query/Builder.php#L30
PHPDoc type array of property Tpetry\PostgresqlEnhanced\Query\Builder::$bindings is not covariant with PHPDoc type array{select: list<mixed>, from: list<mixed>, join: list<mixed>, where: list<mixed>, groupBy: list<mixed>, having: list<mixed>, order: list<mixed>, union: list<mixed>, ...} of overridden property Illuminate\Database\Query\Builder::$bindings.
|
phpstan:
src/PostgresEnhancedConnection.php#L171
Method Illuminate\Database\Connection::handleTransactionException() invoked with 4 parameters, 3 required.
|