Suppress the issue about the nullable database name of in-memory SQLite database

parent 5478915f
...@@ -41,6 +41,14 @@ ...@@ -41,6 +41,14 @@
<file name="lib/Doctrine/DBAL/Driver/PDOConnection.php"/> <file name="lib/Doctrine/DBAL/Driver/PDOConnection.php"/>
</errorLevel> </errorLevel>
</MethodSignatureMismatch> </MethodSignatureMismatch>
<NullableReturnStatement>
<errorLevel type="suppress">
<!--
Fixing this issue requires an API change
-->
<file name="lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php"/>
</errorLevel>
</NullableReturnStatement>
<TooFewArguments> <TooFewArguments>
<errorLevel type="suppress"> <errorLevel type="suppress">
<!-- <!--
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment