Skip to content

Commit

Permalink
CS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jan 26, 2017
1 parent e0a94f0 commit 4abe837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser/Yaml.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private function extParse()
private function symfonyParse()
{
try {
return SymfonyYaml\Yaml::parse($this->schemaConfig, 0);
return (array) SymfonyYaml\Yaml::parse($this->schemaConfig, 0);
} catch (SymfonyParseException $e) {
throw new InvalidArgumentException($e->getMessage());
}
Expand Down

0 comments on commit 4abe837

Please sign in to comment.