Completed
Pull Request — master (#63)
by Jakub
10:44
created
controller/click_controller.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -34,12 +34,12 @@
 block discarded – undo
34 34
 	}
35 35
 
36 36
 	/**
37
-	* Increment clicks for an ad
38
-	*
39
-	* @param	int	$ad_id	Advertisement ID
40
-	* @throws	\phpbb\exception\http_exception
41
-	* @return	\Symfony\Component\HttpFoundation\JsonResponse	A Symfony JsonResponse object
42
-	*/
37
+	 * Increment clicks for an ad
38
+	 *
39
+	 * @param	int	$ad_id	Advertisement ID
40
+	 * @throws	\phpbb\exception\http_exception
41
+	 * @return	\Symfony\Component\HttpFoundation\JsonResponse	A Symfony JsonResponse object
42
+	 */
43 43
 	public function increment_clicks($ad_id)
44 44
 	{
45 45
 		if ($this->request->is_ajax() && !empty($ad_id))
Please login to merge, or discard this patch.