Completed
Push — master ( 2ad468...7ff7d5 )
by Sam
03:41 queued 50s
created
src/cli/Configuration/Reader/YamlReader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,11 +44,11 @@
 block discarded – undo
44 44
 		// Parse the configuration file
45 45
 		try
46 46
 		{
47
-			return (array)Yaml::parse(file_get_contents($this->_file));
47
+			return (array) Yaml::parse(file_get_contents($this->_file));
48 48
 		}
49 49
 		catch (ParseException $e)
50 50
 		{
51
-			throw new InvalidConfigurationException('Failed to parse the specified configuration file: ' . $e->getMessage());
51
+			throw new InvalidConfigurationException('Failed to parse the specified configuration file: '.$e->getMessage());
52 52
 		}
53 53
 	}
54 54
 
Please login to merge, or discard this patch.