You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Doctrine/ODM/MongoDB/Configuration.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -702,6 +702,7 @@ public function setAutoEncryption(array $options): void
702
702
thrownewInvalidArgumentException('The "keyVaultNamespace" option is required.');
703
703
}
704
704
705
+
// @todo Throw en exception if multiple KMS providers are defined. This is not supported yet and would require a setting for the KMS provider to use when creating a new collection
message:'#^Method Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\XmlDriver\:\:getSearchIndexFieldDefinition\(\) return type has no value type specified in iterable type array\.$#'
message:'#^Method Doctrine\\ODM\\MongoDB\\Utility\\EncryptionFieldMap\:\:createEncryptionFieldMap\(\) has parameter \$classMetadata with generic class Doctrine\\ODM\\MongoDB\\Mapping\\ClassMetadata but does not specify its types\: T$#'
message:'#^Method Doctrine\\ODM\\MongoDB\\Utility\\EncryptionFieldMap\:\:getEncryptionFieldMap\(\) return type has no value type specified in iterable type array\.$#'
message:'#^Method Doctrine\\ODM\\MongoDB\\Tests\\QueryTest\:\:createCursorMock\(\) return type has no value type specified in iterable type Traversable\.$#'
message:'#^Instantiated class MongoDB\\Model\\CollectionInfoCommandIterator not found\.$#'
1949
1943
identifier:class.notFound
@@ -2082,6 +2076,12 @@ parameters:
2082
2076
count:1
2083
2077
path:tests/Documents/Ecommerce/StockItem.php
2084
2078
2079
+
-
2080
+
message:'#^Method Documents\\Encryption\\Client\:\:__construct\(\) has parameter \$clientCards with generic interface Doctrine\\Common\\Collections\\Collection but does not specify its types\: TKey, T$#'
2081
+
identifier:missingType.generics
2082
+
count:1
2083
+
path:tests/Documents/Encryption/Client.php
2084
+
2085
2085
-
2086
2086
message:'#^Property Documents\\Event\:\:\$id is never written, only read\.$#'
0 commit comments