Passed
Pull Request — master (#340)
by
unknown
02:39
created
exif/ext.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -48,11 +48,11 @@
 block discarded – undo
48 48
 	}
49 49
 
50 50
 	/**
51
-	* Perform additional tasks on extension enable
52
-	*
53
-	* @param mixed $old_state State returned by previous call of this method
54
-	* @return mixed Returns false after last step, otherwise temporary state
55
-	*/
51
+	 * Perform additional tasks on extension enable
52
+	 *
53
+	 * @param mixed $old_state State returned by previous call of this method
54
+	 * @return mixed Returns false after last step, otherwise temporary state
55
+	 */
56 56
 	public function enable_step($old_state)
57 57
 	{
58 58
 		if (empty($old_state))
Please login to merge, or discard this patch.
exif/language/en/info_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.