Completed
Push — master ( 837f9d...054e17 )
by Marcel
02:22
created
src/Exec.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 	/**
83 83
 	 * getLastCommand returns the string last used by a previous call to `run()`.
84 84
 	 *
85
-	 * @return string|null
85
+	 * @return string
86 86
 	 */
87 87
 	public function getLastCommand() {
88 88
 		return $this->lastCommand;
Please login to merge, or discard this patch.