Completed
Push — master ( 9af1c6...dc9e69 )
by Adam
02:46
created
config/ContainerFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
 	private $workingDirectory;
22 22
 
23 23
 
24
+	/**
25
+	 * @param string $file
26
+	 */
24 27
 	public function addConfig($file)
25 28
 	{
26 29
 		$this->configs[] = $file;
Please login to merge, or discard this patch.