Completed
Push — master ( a799ec...765778 )
by Maxence
01:37
created
lib/Platform/ElasticSearchPlatform.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 	}
98 98
 
99 99
 	/**
100
-	 * @param $action
100
+	 * @param string $action
101 101
 	 *
102 102
 	 * @throws InterruptException
103 103
 	 * @throws TickDoesNotExistException
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
 
114 114
 	/**
115
-	 * @param $line
115
+	 * @param string $line
116 116
 	 */
117 117
 	private function outputRunner($line) {
118 118
 		if ($this->runner === null) {
Please login to merge, or discard this patch.
lib/Service/SearchService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
 
89 89
 	/**
90
-	 * @param array $result
90
+	 * @param callable $result
91 91
 	 *
92 92
 	 * @return SearchResult
93 93
 	 */
Please login to merge, or discard this patch.
lib/Service/IndexService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 
108 108
 	/**
109 109
 	 * @param Client $client
110
-	 * @param $providerId
110
+	 * @param string $providerId
111 111
 	 *
112 112
 	 * @throws ConfigurationException
113 113
 	 */
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
 
192 192
 	/**
193 193
 	 * @param Index $index
194
-	 * @param array $result
194
+	 * @param callable $result
195 195
 	 *
196 196
 	 * @return Index
197 197
 	 */
Please login to merge, or discard this patch.