Test Failed
Push — fix/broken-phpunit-tests ( b32f1e...963e9e )
by Ravinder
07:40
created
src/ValueObjects/Money.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 	 *
76 76
 	 * @since 2.9.0
77 77
 	 *
78
-	 * @param $currency
78
+	 * @param string $currency
79 79
 	 *
80 80
 	 * @return array
81 81
 	 */
Please login to merge, or discard this patch.
src/API/Endpoints/Reports/TotalDonors.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
 		return $data;
46 46
 	}
47 47
 
48
+	/**
49
+	 * @param string $intervalStr
50
+	 */
48 51
 	public function get_data( $start, $end, $intervalStr ) {
49 52
 
50 53
 		$tooltips = [];
Please login to merge, or discard this patch.
src/API/Endpoints/Reports/TotalIncome.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
 		return $data;
46 46
 	}
47 47
 
48
+	/**
49
+	 * @param string $intervalStr
50
+	 */
48 51
 	public function get_data( $start, $end, $intervalStr ) {
49 52
 
50 53
 		$tooltips = [];
Please login to merge, or discard this patch.
src/API/Endpoints/Reports/TotalRefunds.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
 		return $data;
46 46
 	}
47 47
 
48
+	/**
49
+	 * @param string $intervalStr
50
+	 */
48 51
 	public function get_data( $start, $end, $intervalStr ) {
49 52
 
50 53
 		$tooltips = [];
Please login to merge, or discard this patch.
src/Onboarding/Routes/CurrencyRoute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	protected $settingsRepository;
20 20
 
21 21
 	/**
22
-	 * @param SettingsRepository $settingsRepository
22
+	 * @param SettingsRepository $settingsRepositoryFactory
23 23
 	 *
24 24
 	 * @since 2.8.0
25 25
 	 */
Please login to merge, or discard this patch.
src/Onboarding/Routes/FeaturesRoute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	protected $settingsRepository;
20 20
 
21 21
 	/**
22
-	 * @param SettingsRepository $settingsRepository
22
+	 * @param SettingsRepository $settingsRepositoryFactory
23 23
 	 *
24 24
 	 * @since 2.8.0
25 25
 	 */
Please login to merge, or discard this patch.
src/Onboarding/Routes/SettingsRoute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	protected $settingsRepository;
20 20
 
21 21
 	/**
22
-	 * @param SettingsRepository $settingsRepository
22
+	 * @param SettingsRepository $settingsRepositoryFactory
23 23
 	 *
24 24
 	 * @since 2.8.0
25 25
 	 */
Please login to merge, or discard this patch.