summaryrefslogtreecommitdiff
path: root/vendor/symfony/cache/Marshaller/DefaultMarshaller.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/cache/Marshaller/DefaultMarshaller.php')
-rw-r--r--vendor/symfony/cache/Marshaller/DefaultMarshaller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/cache/Marshaller/DefaultMarshaller.php b/vendor/symfony/cache/Marshaller/DefaultMarshaller.php
index 16c02bb08f..9c1ef46015 100644
--- a/vendor/symfony/cache/Marshaller/DefaultMarshaller.php
+++ b/vendor/symfony/cache/Marshaller/DefaultMarshaller.php
@@ -37,7 +37,7 @@ class DefaultMarshaller implements MarshallerInterface
*/
public function marshall(array $values, ?array &$failed): array
{
- $serialized = $failed = array();
+ $serialized = $failed = [];
foreach ($values as $id => $value) {
try {