Completed
Push — master ( 97c362...79a4e6 )
by Damian
692:36
created
code/model/BrokenExternalPageTrackStatus.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -111,6 +111,9 @@
 block discarded – undo
111 111
 		return $status;
112 112
 	}
113 113
 
114
+	/**
115
+	 * @param string $message
116
+	 */
114 117
 	public function updateJobInfo($message) {
115 118
 		$this->JobInfo = $message;
116 119
 		$this->write();
Please login to merge, or discard this patch.