Completed
Push — master ( 0e4900...06e079 )
by C
06:59
created
src/Tartana/Component/Command/Command.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 
19 19
 	private $append = false;
20 20
 
21
+	/**
22
+	 * @param string $command
23
+	 */
21 24
 	public function __construct($command)
22 25
 	{
23 26
 		$this->command = $command;
Please login to merge, or discard this patch.