Completed
Push — master ( 2ba6ee...8a1088 )
by Maxence
02:21
created
lib/Model/SearchRequest.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -212,8 +212,8 @@
 block discarded – undo
212 212
 	}
213 213
 
214 214
 	/**
215
-	 * @param $key
216
-	 * @param $value
215
+	 * @param string $key
216
+	 * @param string $value
217 217
 	 *
218 218
 	 * @return $this
219 219
 	 */
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
 		$options = ['is', 'show'];
155 155
 
156 156
 		if (in_array($kw, $options)) {
157
-			$this->addOption($kw . '_' . $value, '1');
157
+			$this->addOption($kw.'_'.$value, '1');
158 158
 
159 159
 			return true;
160 160
 		}
Please login to merge, or discard this patch.