Passed
Pull Request — master (#331)
by
unknown
02:42
created
acpimport/language/en/info_acp_gallery_acpimport.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * @author    Leinad4Mind
9 9
  * @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10 10
  * @license   GPL-2.0-only
11
-  */
11
+ */
12 12
 
13 13
 /**
14 14
 * DO NOT CHANGE
Please login to merge, or discard this patch.
exif/language/bg/exif.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * @author    Leinad4Mind
9 9
  * @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10 10
  * @license   GPL-2.0-only
11
-  */
11
+ */
12 12
 
13 13
 /**
14 14
 * @ignore
Please login to merge, or discard this patch.
exif/event/exif_listener.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -54,16 +54,16 @@
 block discarded – undo
54 54
 	}
55 55
 
56 56
 	/**
57
-	* Constructor
58
-	* NOTE: The parameters of this method must match in order and type with
59
-	* the dependencies defined in the services.yml file for this service.
60
-	*
61
-	* @param \phpbb\user					$user			User object
62
-	* @param \phpbbgallery\core\config		$gallery_config	Core gallery config object
63
-	* @param \phpbbgallery\core\auth\auth	$gallery_auth	Core gallery auth object
64
-	* @param \phpbbgallery\core\url			$gallery_url	Core gallery url object
65
-	* @param \phpbbgallery\core\user		$gallery_user	Core gallery user wrapper
66
-	*/
57
+	 * Constructor
58
+	 * NOTE: The parameters of this method must match in order and type with
59
+	 * the dependencies defined in the services.yml file for this service.
60
+	 *
61
+	 * @param \phpbb\user					$user			User object
62
+	 * @param \phpbbgallery\core\config		$gallery_config	Core gallery config object
63
+	 * @param \phpbbgallery\core\auth\auth	$gallery_auth	Core gallery auth object
64
+	 * @param \phpbbgallery\core\url			$gallery_url	Core gallery url object
65
+	 * @param \phpbbgallery\core\user		$gallery_user	Core gallery user wrapper
66
+	 */
67 67
 
68 68
 	public function __construct(\phpbb\user $user, \phpbbgallery\core\config $gallery_config, \phpbbgallery\core\auth\auth $gallery_auth, \phpbbgallery\core\url $gallery_url, \phpbbgallery\core\user $gallery_user)
69 69
 	{
Please login to merge, or discard this patch.
core/language/de/gallery_ucp.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 
13 13
  /**
14
- * DO NOT CHANGE
15
- */
14
+  * DO NOT CHANGE
15
+  */
16 16
 if (!defined('IN_PHPBB'))
17 17
 {
18 18
 	exit;
Please login to merge, or discard this patch.