File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<psalm
33 totallyTyped =" false"
4- errorLevel =" 4 "
4+ errorLevel =" 3 "
55 resolveFromConfigFile =" true"
66 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
77 xmlns =" https://getpsalm.org/schema/config"
7676 <file name =" lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php" />
7777 </errorLevel >
7878 </ImplementedReturnTypeMismatch >
79+ <InvalidPropertyAssignmentValue >
80+ <errorLevel type =" suppress" >
81+ <!-- Fixing this issue requires an API change -->
82+ <file name =" lib/Doctrine/DBAL/Driver/PDOException.php" />
83+ </errorLevel >
84+ </InvalidPropertyAssignmentValue >
7985 <MethodSignatureMismatch >
8086 <errorLevel type =" suppress" >
8187 <!--
9399 <file name =" lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php" />
94100 </errorLevel >
95101 </NullableReturnStatement >
102+ <PossiblyInvalidOperand >
103+ <errorLevel type =" suppress" >
104+ <!--
105+ This code relies on certain elements of a mixed-type array to be of a certain type.
106+ -->
107+ <file name =" lib/Doctrine/DBAL/SQLParserUtils.php" />
108+ </errorLevel >
109+ </PossiblyInvalidOperand >
110+ <PossiblyNullArgument >
111+ <errorLevel type =" suppress" >
112+ <!-- See https://github.com/doctrine/dbal/pull/3488 -->
113+ <file name =" lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php" />
114+ </errorLevel >
115+ </PossiblyNullArgument >
96116 <TooFewArguments >
97117 <errorLevel type =" suppress" >
98118 <!--
You can’t perform that action at this time.
0 commit comments