|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Call to an undefined method MongoDB\\Driver\\Monitoring\\CommandFailedEvent\|MongoDB\\Driver\\Monitoring\\CommandSucceededEvent\:\:getServer\(\)\.$#' |
| 5 | + identifier: method.notFound |
| 6 | + count: 1 |
| 7 | + path: lib/Doctrine/ODM/MongoDB/APM/Command.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Call to function assert\(\) with true will always evaluate to true\.$#' |
| 11 | + identifier: function.alreadyNarrowedType |
| 12 | + count: 2 |
| 13 | + path: lib/Doctrine/ODM/MongoDB/Aggregation/Aggregation.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Instanceof between MongoDB\\Driver\\CursorInterface and Iterator will always evaluate to true\.$#' |
| 17 | + identifier: instanceof.alwaysTrue |
| 18 | + count: 1 |
| 19 | + path: lib/Doctrine/ODM/MongoDB/Aggregation/Aggregation.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Instanceof between MongoDB\\Driver\\CursorInterface and MongoDB\\Driver\\CursorInterface will always evaluate to true\.$#' |
| 23 | + identifier: instanceof.alwaysTrue |
| 24 | + count: 1 |
| 25 | + path: lib/Doctrine/ODM/MongoDB/Aggregation/Aggregation.php |
| 26 | + |
3 | 27 | - |
4 | 28 | message: '#^Method Doctrine\\ODM\\MongoDB\\Aggregation\\Aggregation\:\:__construct\(\) has parameter \$classMetadata with generic class Doctrine\\ODM\\MongoDB\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
5 | 29 | identifier: missingType.generics |
@@ -1092,12 +1116,36 @@ parameters: |
1092 | 1116 | count: 1 |
1093 | 1117 | path: lib/Doctrine/ODM/MongoDB/Persisters/CollectionPersister.php |
1094 | 1118 |
|
| 1119 | + - |
| 1120 | + message: '#^Call to function assert\(\) with true will always evaluate to true\.$#' |
| 1121 | + identifier: function.alreadyNarrowedType |
| 1122 | + count: 2 |
| 1123 | + path: lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php |
| 1124 | + |
1095 | 1125 | - |
1096 | 1126 | message: '#^Call to function is_array\(\) with array will always evaluate to true\.$#' |
1097 | 1127 | identifier: function.alreadyNarrowedType |
1098 | 1128 | count: 1 |
1099 | 1129 | path: lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php |
1100 | 1130 |
|
| 1131 | + - |
| 1132 | + message: '#^Instanceof between MongoDB\\Collection and MongoDB\\Collection will always evaluate to true\.$#' |
| 1133 | + identifier: instanceof.alwaysTrue |
| 1134 | + count: 1 |
| 1135 | + path: lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php |
| 1136 | + |
| 1137 | + - |
| 1138 | + message: '#^Instanceof between MongoDB\\Driver\\CursorInterface and Iterator will always evaluate to true\.$#' |
| 1139 | + identifier: instanceof.alwaysTrue |
| 1140 | + count: 1 |
| 1141 | + path: lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php |
| 1142 | + |
| 1143 | + - |
| 1144 | + message: '#^Instanceof between MongoDB\\Driver\\CursorInterface and MongoDB\\Driver\\CursorInterface will always evaluate to true\.$#' |
| 1145 | + identifier: instanceof.alwaysTrue |
| 1146 | + count: 1 |
| 1147 | + path: lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php |
| 1148 | + |
1101 | 1149 | - |
1102 | 1150 | message: '#^Method Doctrine\\ODM\\MongoDB\\Persisters\\DocumentPersister\:\:createReferenceManyInverseSideQuery\(\) has parameter \$collection with generic interface Doctrine\\ODM\\MongoDB\\PersistentCollection\\PersistentCollectionInterface but does not specify its types\: TKey, T$#' |
1103 | 1151 | identifier: missingType.generics |
@@ -1188,6 +1236,12 @@ parameters: |
1188 | 1236 | count: 1 |
1189 | 1237 | path: lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php |
1190 | 1238 |
|
| 1239 | + - |
| 1240 | + message: '#^Result of && is always true\.$#' |
| 1241 | + identifier: booleanAnd.alwaysTrue |
| 1242 | + count: 1 |
| 1243 | + path: lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php |
| 1244 | + |
1191 | 1245 | - |
1192 | 1246 | message: '#^Call to an undefined static method Doctrine\\ODM\\MongoDB\\Proxy\\Factory\\LazyGhostProxyFactory\:\:createLazyGhost\(\)\.$#' |
1193 | 1247 | identifier: staticMethod.notFound |
@@ -1945,43 +1999,43 @@ parameters: |
1945 | 1999 | path: tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest.php |
1946 | 2000 |
|
1947 | 2001 | - |
1948 | | - message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:199\:\:__construct\(\) has parameter \$classNames with no value type specified in iterable type array\.$#' |
| 2002 | + message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:212\:\:__construct\(\) has parameter \$classNames with no value type specified in iterable type array\.$#' |
1949 | 2003 | identifier: missingType.iterableValue |
1950 | 2004 | count: 1 |
1951 | 2005 | path: tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest.php |
1952 | 2006 |
|
1953 | 2007 | - |
1954 | | - message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:199\:\:doLoadMetadata\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
| 2008 | + message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:212\:\:doLoadMetadata\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
1955 | 2009 | identifier: missingType.generics |
1956 | 2010 | count: 1 |
1957 | 2011 | path: tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest.php |
1958 | 2012 |
|
1959 | 2013 | - |
1960 | | - message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:199\:\:doLoadMetadata\(\) has parameter \$parent with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
| 2014 | + message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:212\:\:doLoadMetadata\(\) has parameter \$parent with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
1961 | 2015 | identifier: missingType.generics |
1962 | 2016 | count: 1 |
1963 | 2017 | path: tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest.php |
1964 | 2018 |
|
1965 | 2019 | - |
1966 | | - message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:199\:\:getAllMetadata\(\) return type with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata does not specify its types\: T$#' |
| 2020 | + message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:212\:\:getAllMetadata\(\) return type with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata does not specify its types\: T$#' |
1967 | 2021 | identifier: missingType.generics |
1968 | 2022 | count: 1 |
1969 | 2023 | path: tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest.php |
1970 | 2024 |
|
1971 | 2025 | - |
1972 | | - message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:199\:\:initializeReflection\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
| 2026 | + message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:212\:\:initializeReflection\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
1973 | 2027 | identifier: missingType.generics |
1974 | 2028 | count: 1 |
1975 | 2029 | path: tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest.php |
1976 | 2030 |
|
1977 | 2031 | - |
1978 | | - message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:199\:\:isEntity\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
| 2032 | + message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:212\:\:isEntity\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
1979 | 2033 | identifier: missingType.generics |
1980 | 2034 | count: 1 |
1981 | 2035 | path: tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest.php |
1982 | 2036 |
|
1983 | 2037 | - |
1984 | | - message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:199\:\:wakeupReflection\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
| 2038 | + message: '#^Method Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory@anonymous/tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest\.php\:212\:\:wakeupReflection\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#' |
1985 | 2039 | identifier: missingType.generics |
1986 | 2040 | count: 1 |
1987 | 2041 | path: tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptedFieldsMapGeneratorTest.php |
|
0 commit comments