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
- '#Part::getParameters\(\) should return .*AbstractParameter#'
61
61
62
+
# Fix some weird issue with how covariance with collections is solved
63
+
- '#Method App\\Entity\\Base\\AbstractStructuralDBElement::getParameters\(\) should return Doctrine\\Common\\Collections\\Collection<int, App\\Entity\\Parameters\\AbstractParameter> but returns#'
64
+
62
65
# Ignore doctrine type mapping mismatch
63
66
- '#Property .* type mapping mismatch:property can contain .* but database expects .*#'
64
67
@@ -70,3 +73,6 @@ parameters:
70
73
71
74
- message:'#Access to an undefined property Brick\\Schema\\Interfaces\\#'
$multiplier = self::SI_MULTIPLIERS[$prefix] ?? 1.0;//@phpstan-ignore-line - fallback to 1.0 if prefix is not recognized (should not happen due to regex)
0 commit comments