Test Failed
Push — main ( 28b955...362ef3 )
by Reüel
14:17 queued 10s
created
src/Gateway.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 	 * Is payment method required to start transaction?
93 93
 	 *
94 94
 	 * @see Core_Gateway::payment_method_is_required()
95
-	 * @return true
95
+	 * @return boolean
96 96
 	 */
97 97
 	public function payment_method_is_required() {
98 98
 		return true;
Please login to merge, or discard this patch.
src/TrackingCode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	/**
47 47
 	 * From ID.
48 48
 	 *
49
-	 * @param string|int $id ID.
49
+	 * @param integer $id ID.
50 50
 	 * @return self
51 51
 	 */
52 52
 	public static function from_id( $id ) {
Please login to merge, or discard this patch.