Passed
Push — main ( bfb9d3...b0527a )
by Miaad
01:30
created
constants/passportTypes.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -7,17 +7,17 @@
 block discarded – undo
7 7
  */
8 8
 class passportTypes {
9 9
     public const PERSONAL_DETAILS = 'personal_details';
10
-	public const PASSPORT = 'passport';
11
-	public const DRIVER_LICENSE = 'driver_license';
12
-	public const IDENTITY_CARD = 'identity_card';
13
-	public const INTERNAL_PASSPORT = 'internal_passport';
14
-	public const ADDRESS = 'address';
15
-	public const UTILITY_BILL = 'utility_bill';
16
-	public const BANK_STATEMENT = 'bank_statement';
17
-	public const RENTAL_AGREEMENT = 'rental_agreement';
18
-	public const PASSPORT_REGISTRATION = 'passport_registration';
19
-	public const TEMPORARY_REGISTRATION = 'temporary_registration';
20
-	public const PHONE_NUMBER = 'phone_number';
21
-	public const EMAIL = 'email';
10
+    public const PASSPORT = 'passport';
11
+    public const DRIVER_LICENSE = 'driver_license';
12
+    public const IDENTITY_CARD = 'identity_card';
13
+    public const INTERNAL_PASSPORT = 'internal_passport';
14
+    public const ADDRESS = 'address';
15
+    public const UTILITY_BILL = 'utility_bill';
16
+    public const BANK_STATEMENT = 'bank_statement';
17
+    public const RENTAL_AGREEMENT = 'rental_agreement';
18
+    public const PASSPORT_REGISTRATION = 'passport_registration';
19
+    public const TEMPORARY_REGISTRATION = 'temporary_registration';
20
+    public const PHONE_NUMBER = 'phone_number';
21
+    public const EMAIL = 'email';
22 22
 	
23 23
 }
Please login to merge, or discard this patch.
constants/chatType.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -6,15 +6,15 @@
 block discarded – undo
6 6
  * Type of the chat
7 7
  */
8 8
 class chatType {
9
-	/** Chat type is personal */
10
-	public const PRIVATE = 'private';
9
+    /** Chat type is personal */
10
+    public const PRIVATE = 'private';
11 11
 
12
-	/** Chat type is normal group */
13
-	public const GROUP = 'group';
12
+    /** Chat type is normal group */
13
+    public const GROUP = 'group';
14 14
 
15
-	/** Chat type is supergroup */
16
-	public const SUPERGROUP = 'supergroup';
15
+    /** Chat type is supergroup */
16
+    public const SUPERGROUP = 'supergroup';
17 17
 
18
-	/** Chat type is channel */
18
+    /** Chat type is channel */
19 19
     public const CHANNEL = 'channel';
20 20
 }
Please login to merge, or discard this patch.
constants/emojis.php 1 patch
Indentation   +3520 added lines, -3520 removed lines patch added patch discarded remove patch
@@ -6,3525 +6,3525 @@
 block discarded – undo
6 6
  * Emojis class for simple emoji usage
7 7
  */
8 8
 class emojis {
9
-	public const GRINNING_FACE = '
Please login to merge, or discard this patch.