We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537ea92 commit 04ade0cCopy full SHA for 04ade0c
src/Drivers/YamlDriver.php
@@ -16,7 +16,7 @@ public function serialize($data): string
16
}
17
18
if (! is_array($data)) {
19
- throw new CantBeSerialized('Only array and strings can be serialized to yaml.');
+ throw new CantBeSerialized('Only arrays and strings can be serialized to yaml.');
20
21
22
return Yaml::dump($data, PHP_INT_MAX);
0 commit comments