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
@@ -260,9 +269,22 @@ public function getUpdatedFields(): array {
260
269
*
261
270
* @param string $fieldName the name of the attribute
262
271
* @param \OCP\DB\Types::* $type the type which will be used to match a cast
272
+
* @since 31.0.0 Parameter $type is now restricted to {@see \OCP\DB\Types} constants. The formerly accidentally supported types 'int'|'bool'|'double' are mapped to Types::INTEGER|Types::BOOLEAN|Types::FLOAT accordingly.
0 commit comments