Completed
Push — developer ( dcd43f...1946c6 )
by Błażej
48:56 queued 21:47
created
vendor/yii/db/SchemaBuilderTrait.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 
90 90
 
91 91
 
92
-    }
92
+	}
93 93
 
94 94
 /**
95 95
  * Creates a text column.
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
 
152 152
 
153 153
 
154
-    }
154
+	}
155 155
 
156 156
 /**
157 157
  * Creates a double column.
Please login to merge, or discard this patch.
modules/Users/CreateUserPrivilegeFile.php 1 patch
Indentation   -10 removed lines patch added patch discarded remove patch
@@ -150,7 +150,6 @@  discard block
 block discarded – undo
150 150
 }
151 151
 
152 152
 /** Gives an array which contains the information for what all roles, groups and user's related module data that is to be shared  for the specified parent module and shared module 
153
-
154 153
  * @param $par_mod -- parent module name:: Type varchar
155 154
  * @param $share_mod -- shared module name:: Type varchar
156 155
  * @param $userid -- user id:: Type integer
@@ -310,7 +309,6 @@  discard block
 block discarded – undo
310 309
 }
311 310
 
312 311
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
313
-
314 312
  * @param $var -- input array:: Type array
315 313
  * @returns $code -- contains the whole array in a single string:: Type array 
316 314
  */
@@ -327,7 +325,6 @@  discard block
 block discarded – undo
327 325
 }
328 326
 
329 327
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
330
-
331 328
  * @param $var -- input array:: Type array
332 329
  * @returns $code -- contains the whole array in a single string:: Type array 
333 330
  */
@@ -352,7 +349,6 @@  discard block
 block discarded – undo
352 349
 }
353 350
 
354 351
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
355
-
356 352
  * @param $var -- input array:: Type array
357 353
  * @returns $code -- contains the whole array in a single string:: Type array 
358 354
  */
@@ -377,7 +373,6 @@  discard block
 block discarded – undo
377 373
 }
378 374
 
379 375
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
380
-
381 376
  * @param $var -- input array:: Type array
382 377
  * @returns $code -- contains the whole array in a single string:: Type array 
383 378
  */
@@ -394,7 +389,6 @@  discard block
 block discarded – undo
394 389
 }
395 390
 
396 391
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
397
-
398 392
  * @param $var -- input array:: Type array
399 393
  * @returns $code -- contains the whole array in a single string:: Type array 
400 394
  */
@@ -411,7 +405,6 @@  discard block
 block discarded – undo
411 405
 }
412 406
 
413 407
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
414
-
415 408
  * @param $var -- input array:: Type array
416 409
  * @returns $code -- contains the whole array in a single string:: Type array 
417 410
  */
@@ -432,7 +425,6 @@  discard block
 block discarded – undo
432 425
 }
433 426
 
434 427
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
435
-
436 428
  * @param $var -- input array:: Type array
437 429
  * @returns $code -- contains the whole array in a single string:: Type array 
438 430
  */
@@ -453,7 +445,6 @@  discard block
 block discarded – undo
453 445
 }
454 446
 
455 447
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
456
-
457 448
  * @param $var -- input array:: Type array
458 449
  * @returns $code -- contains the whole array in a single string:: Type array 
459 450
  */
@@ -474,7 +465,6 @@  discard block
 block discarded – undo
474 465
 }
475 466
 
476 467
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
477
-
478 468
  * @param $var -- input array:: Type array
479 469
  * @returns $code -- contains the whole array in a single string:: Type array 
480 470
  */
Please login to merge, or discard this patch.
modules/Settings/MailSmtp/models/Module.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 	/**
27 27
 	 * Function to get the url for create view of the module
28 28
 	 * @return string URL
29
-	*/ 
29
+	 */ 
30 30
 	public function getCreateRecordUrl()
31 31
 	{
32 32
 		return 'index.php?module=MailSmtp&parent=Settings&view=Edit';
Please login to merge, or discard this patch.
languages/fr_fr/Settings/LayoutEditor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 	'Text'=>'Texte',
64 64
 	'Time'=>'Heure',
65 65
 	'URL' => 'site web',
66
-    'LBL_REL_MODULE_LAYOUT_EDITOR' => 'Editer les modules liés',
66
+	'LBL_REL_MODULE_LAYOUT_EDITOR' => 'Editer les modules liés',
67 67
 	'LBL_VISIBLE' => 'Visible',
68 68
 	'LBL_HIDDEN' => 'Caché',
69 69
 	
Please login to merge, or discard this patch.
languages/fr_fr/Settings/Webforms.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 	'Module' => 'Module',
18 18
 	'Return Url' => 'URL de retour',
19 19
 	'Post Url' => 'URL Post',
20
-    'Captcha Enabled' => 'Captcha activé',
20
+	'Captcha Enabled' => 'Captcha activé',
21 21
 	'SINGLE_Webforms' => 'Formulaire web',
22 22
 
23 23
 	//Actions
@@ -41,8 +41,8 @@  discard block
 block discarded – undo
41 41
 	'LBL_HIDDEN' => 'Caché',
42 42
 	'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Activer le module destination du formulaire web',
43 43
 	'LBL_ASSIGN_USERS' => 'Assignation utilisateur',
44
-    'LBL_ASSIGN_ROUND_ROBIN' => 'Assigner les utilisateurs en round-robin',
45
-    'LBL_ROUNDROBIN_USERS_LIST' => 'Liste des utilisateurs pour le Round-robin ',
44
+	'LBL_ASSIGN_ROUND_ROBIN' => 'Assigner les utilisateurs en round-robin',
45
+	'LBL_ROUNDROBIN_USERS_LIST' => 'Liste des utilisateurs pour le Round-robin ',
46 46
 ];
47 47
 $jsLanguageStrings = [
48 48
 	'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'Formulaire web supprimé avec succès',
Please login to merge, or discard this patch.
languages/fr_fr/Settings/Payments.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
 $languageStrings = [
13 13
 	'Payments' => 'Paiements',
14
-    'LBL_RIGHT_CLICK_COPY' => 'Clic droit et copier',
14
+	'LBL_RIGHT_CLICK_COPY' => 'Clic droit et copier',
15 15
 ];
16 16
 
17 17
 $jsLanguageStrings = [
Please login to merge, or discard this patch.
languages/fr_fr/Project.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -28,12 +28,12 @@
 block discarded – undo
28 28
 	'Target Budget' => 'Budget prévisionel',
29 29
 	'Project Url' => 'Projet URL',
30 30
 	'Progress' => 'Progression',
31
-        'LBL_MILESTONES_LIST' => 'List des jalons', 
32
-        'LBL_TASKS_HIGH' => 'Priorité haute', 
33
-        'LBL_TASKS_NORMAL' => 'Priorité normale', 
34
-        'LBL_TASKS_LOW' => 'Priorité basse', 
35
-        'LBL_TASKS_OTHER' => 'Priorité autre', 
36
-        'LBL_SELECT_PROGRESS' => 'Sélectionner progression', 
31
+		'LBL_MILESTONES_LIST' => 'List des jalons', 
32
+		'LBL_TASKS_HIGH' => 'Priorité haute', 
33
+		'LBL_TASKS_NORMAL' => 'Priorité normale', 
34
+		'LBL_TASKS_LOW' => 'Priorité basse', 
35
+		'LBL_TASKS_OTHER' => 'Priorité autre', 
36
+		'LBL_SELECT_PROGRESS' => 'Sélectionner progression', 
37 37
 	'description' => 'Description',
38 38
 	'Related to' => 'Lié à',
39 39
 	//Summary Information
Please login to merge, or discard this patch.
languages/fr_fr/Contacts.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,8 @@
 block discarded – undo
30 30
 	'Reports To' => 'Rapporte à',
31 31
 	'Secondary Email' => 'Email secondaire',
32 32
 	'SINGLE_Contacts' => 'Contact',
33
-    'Support End Date'   => 'Date de fin de support',
34
-    'Support Start Date' => 'Date de début de support',
33
+	'Support End Date'   => 'Date de fin de support',
34
+	'Support Start Date' => 'Date de début de support',
35 35
 	'Title' => 'Titre',
36 36
 	'User List'=>'Liste utilisateur',
37 37
 	'Job title' => 'Intitulé du poste',
Please login to merge, or discard this patch.
languages/fr_fr/Accounts.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,9 +76,9 @@
 block discarded – undo
76 76
 	'Orders accepted'=>'Commandes acceptées',
77 77
 	'Total time worked'=>'Total temps presté',
78 78
 	'Total sale'=>'Ventes totales',
79
-    'LBL_ADVANCED_BLOCK' => 'Bloc avancé',
80
-    'LBL_CONTACT_INFO' => 'Information de contact',
81
-    'LBL_REGISTRATION_INFO' => 'Détails d\'enregistrement',
79
+	'LBL_ADVANCED_BLOCK' => 'Bloc avancé',
80
+	'LBL_CONTACT_INFO' => 'Information de contact',
81
+	'LBL_REGISTRATION_INFO' => 'Détails d\'enregistrement',
82 82
 	'LBL_FINANSIAL_SUMMARY' => 'Résumé financier',
83 83
 	'Balance' => 'Solde',
84 84
 	'Average profit sales order' => 'Marge moyenne par commande(%)',
Please login to merge, or discard this patch.