Skip to content

Commit 01184a5

Browse files
Merge branch '4.4' into 5.2
* 4.4: fixed parser Fixed bugs found by psalm [FrameworkBundle] Dont store cache misses on warmup [Cache] skip storing failure-to-save as misses in ArrayAdapter [Validator] Delete obsolete statement in Regex::getHtmlPattern() phpDoc [FrameworkBundle] Remove author comments for configuration and extension [DependencyInjection] Fix "url" env var processor behavior when the url has no path Fixed support for nodes not extending BaseNode add missing queue_name to find(id) in doctrine messenger transport [Serializer] AbstractNormalizer force null for non-optional nullable constructor parameter denormalization when not present in input
2 parents 5aed487 + ef3054c commit 01184a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Internal/Exporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static function prepare($values, $objectsPool, &$refsPool, &$objectsCount
8080
}
8181

8282
if (!\is_array($properties = $value->__serialize())) {
83-
throw new \Typerror($class.'::__serialize() must return an array');
83+
throw new \TypeError($class.'::__serialize() must return an array');
8484
}
8585

8686
goto prepare_value;

0 commit comments

Comments
 (0)