Test Failed
Pull Request — master (#62)
by
unknown
05:03
created
Event/AddTokenResponseEvent.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -19,9 +19,17 @@
 block discarded – undo
19 19
 		$this->token = $token;
20 20
 		$this->response = $response;
21 21
 	}
22
+
23
+	/**
24
+	 * @return null|string
25
+	 */
22 26
 	public function getToken(){
23 27
 		return $this->token;
24 28
 	}
29
+
30
+	/**
31
+	 * @return null|string
32
+	 */
25 33
 	public function getResponse(){
26 34
 		return $this->response;
27 35
 	}
Please login to merge, or discard this patch.