|
1445 | 1445 | <InvalidArgument>
|
1446 | 1446 | <code>$sqlParams</code>
|
1447 | 1447 | </InvalidArgument>
|
| 1448 | + <InvalidNullableReturnType> |
| 1449 | + <code>AbstractSqlExecutor</code> |
| 1450 | + </InvalidNullableReturnType> |
1448 | 1451 | <LessSpecificReturnStatement>
|
1449 |
| - <code><![CDATA[$this->parse()->getSqlExecutor()->getSqlStatements()]]></code> |
| 1452 | + <code><![CDATA[$this->getSqlExecutor()->getSqlStatements()]]></code> |
1450 | 1453 | </LessSpecificReturnStatement>
|
1451 | 1454 | <MoreSpecificReturnType>
|
1452 | 1455 | <code><![CDATA[list<string>|string]]></code>
|
1453 | 1456 | </MoreSpecificReturnType>
|
| 1457 | + <NullableReturnStatement> |
| 1458 | + <code><![CDATA[$this->sqlExecutor]]></code> |
| 1459 | + </NullableReturnStatement> |
1454 | 1460 | <PossiblyNullArgument>
|
1455 | 1461 | <code><![CDATA[$this->getDQL()]]></code>
|
1456 | 1462 | </PossiblyNullArgument>
|
|
1866 | 1872 | <code><![CDATA[$this->_sqlStatements = &$this->sqlStatements]]></code>
|
1867 | 1873 | </UnsupportedPropertyReferenceUsage>
|
1868 | 1874 | </file>
|
| 1875 | + <file src="lib/Doctrine/ORM/Query/Exec/FinalizedSelectExecutor.php"> |
| 1876 | + <PossiblyInvalidArgument> |
| 1877 | + <code><![CDATA[$this->getSqlStatements()]]></code> |
| 1878 | + </PossiblyInvalidArgument> |
| 1879 | + <PropertyNotSetInConstructor> |
| 1880 | + <code>FinalizedSelectExecutor</code> |
| 1881 | + <code>FinalizedSelectExecutor</code> |
| 1882 | + </PropertyNotSetInConstructor> |
| 1883 | + </file> |
1869 | 1884 | <file src="lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php">
|
1870 | 1885 | <InvalidReturnStatement>
|
1871 | 1886 | <code>$numDeleted</code>
|
|
2058 | 2073 | <code>$token === Lexer::T_IDENTIFIER</code>
|
2059 | 2074 | </RedundantConditionGivenDocblockType>
|
2060 | 2075 | </file>
|
2061 |
| - <file src="lib/Doctrine/ORM/Query/ParserResult.php"> |
2062 |
| - <PropertyNotSetInConstructor> |
2063 |
| - <code>$sqlExecutor</code> |
2064 |
| - </PropertyNotSetInConstructor> |
2065 |
| - </file> |
2066 | 2076 | <file src="lib/Doctrine/ORM/Query/QueryExpressionVisitor.php">
|
2067 | 2077 | <InvalidReturnStatement>
|
2068 | 2078 | <code><![CDATA[new ArrayCollection($this->parameters)]]></code>
|
|
0 commit comments