Completed
Pull Request — master (#141)
by Bhanu
37:51 queued 34s
created
samples/dhtmlxForm/06_data/php/connector/tree_connector.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
         return $output;
220 220
     }
221 221
 
222
-   /*! renders self as  xml, starting part
222
+    /*! renders self as  xml, starting part
223 223
     */
224 224
     public function xml_start()
225 225
     {
Please login to merge, or discard this patch.
dhtmlxSuite_v50_std/samples/dhtmlxList/common/connector/dataprocessor.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -440,7 +440,7 @@  discard block
 block discarded – undo
440 440
         $this->status = $status;
441 441
     }
442 442
 
443
-   /*! set id
443
+    /*! set id
444 444
     @param  id
445 445
         id value
446 446
     */
@@ -450,7 +450,7 @@  discard block
 block discarded – undo
450 450
         LogMaster::log('Change id: '.$id);
451 451
     }
452 452
 
453
-   /*! set id
453
+    /*! set id
454 454
     @param  id
455 455
         id value
456 456
     */
Please login to merge, or discard this patch.
dhtmlxSuite_v50_std/samples/dhtmlxList/common/connector/xss_filter.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -121,19 +121,19 @@
 block discarded – undo
121 121
         if (class_exists('tidy')) {
122 122
             $tidy = new tidy();
123 123
             $tidyOptions = ['output-xhtml'                     => true,
124
-                                 'show-body-only'              => true,
125
-                                 'clean'                       => true,
126
-                                 'wrap'                        => '350',
127
-                                 'indent'                      => true,
128
-                                 'indent-spaces'               => 1,
129
-                                 'ascii-chars'                 => false,
130
-                                 'wrap-attributes'             => false,
131
-                                 'alt-text'                    => '',
132
-                                 'doctype'                     => 'loose',
133
-                                 'numeric-entities'            => true,
134
-                                 'drop-proprietary-attributes' => true,
135
-                                 'enclose-text'                => false,
136
-                                 'enclose-block-text'          => false,
124
+                                    'show-body-only'              => true,
125
+                                    'clean'                       => true,
126
+                                    'wrap'                        => '350',
127
+                                    'indent'                      => true,
128
+                                    'indent-spaces'               => 1,
129
+                                    'ascii-chars'                 => false,
130
+                                    'wrap-attributes'             => false,
131
+                                    'alt-text'                    => '',
132
+                                    'doctype'                     => 'loose',
133
+                                    'numeric-entities'            => true,
134
+                                    'drop-proprietary-attributes' => true,
135
+                                    'enclose-text'                => false,
136
+                                    'enclose-block-text'          => false,
137 137
 
138 138
             ];
139 139
             $tidy->parseString($string, $tidyOptions, 'utf8');
Please login to merge, or discard this patch.
samples/dhtmlxTreeView/common/connector/tree_connector.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
         $this->request->set_limit(0, 0); //netralize default reaction on dyn. loading mode
230 230
     }
231 231
 
232
-   /*! renders self as  xml, starting part
232
+    /*! renders self as  xml, starting part
233 233
     */
234 234
     public function xml_start()
235 235
     {
Please login to merge, or discard this patch.
config/transform.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     ],
66 66
 
67 67
     'subscription_over_mail'=> [
68
-         'name'  => '{{name}}',
68
+            'name'  => '{{name}}',
69 69
         'number' => '{{number}}',
70 70
         'product'=> '{{product}}',
71 71
         'expiry' => '{{expiry}}',
Please login to merge, or discard this patch.
bootstrap/cache/services.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-  'providers' => [
4
+    'providers' => [
5 5
     0  => 'App\\Plugins\\Paypal\\ServiceProvider',
6 6
     1  => 'App\\Plugins\\Ccavanue\\ServiceProvider',
7 7
     2  => 'Illuminate\\Auth\\AuthServiceProvider',
@@ -36,8 +36,8 @@  discard block
 block discarded – undo
36 36
     31 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
37 37
     32 => 'Mailchimp\\MailchimpServiceProvider',
38 38
     33 => 'Torann\\GeoIP\\GeoIPServiceProvider',
39
-  ],
40
-  'eager' => [
39
+    ],
40
+    'eager' => [
41 41
     0  => 'App\\Plugins\\Paypal\\ServiceProvider',
42 42
     1  => 'App\\Plugins\\Ccavanue\\ServiceProvider',
43 43
     2  => 'Illuminate\\Auth\\AuthServiceProvider',
@@ -58,8 +58,8 @@  discard block
 block discarded – undo
58 58
     17 => 'App\\Providers\\RouteServiceProvider',
59 59
     18 => 'Mailchimp\\MailchimpServiceProvider',
60 60
     19 => 'Torann\\GeoIP\\GeoIPServiceProvider',
61
-  ],
62
-  'deferred' => [
61
+    ],
62
+    'deferred' => [
63 63
     'Illuminate\\Bus\\Dispatcher'                         => 'Illuminate\\Bus\\BusServiceProvider',
64 64
     'Illuminate\\Contracts\\Bus\\Dispatcher'              => 'Illuminate\\Bus\\BusServiceProvider',
65 65
     'Illuminate\\Contracts\\Bus\\QueueingDispatcher'      => 'Illuminate\\Bus\\BusServiceProvider',
@@ -126,8 +126,8 @@  discard block
 block discarded – undo
126 126
     'Illuminate\\Broadcasting\\BroadcastManager'          => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
127 127
     'Illuminate\\Contracts\\Broadcasting\\Factory'        => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
128 128
     'Illuminate\\Contracts\\Broadcasting\\Broadcaster'    => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
129
-  ],
130
-  'when' => [
129
+    ],
130
+    'when' => [
131 131
     'Illuminate\\Bus\\BusServiceProvider' => [
132 132
     ],
133 133
     'Illuminate\\Cache\\CacheServiceProvider' => [
@@ -156,5 +156,5 @@  discard block
 block discarded – undo
156 156
     ],
157 157
     'Illuminate\\Broadcasting\\BroadcastServiceProvider' => [
158 158
     ],
159
-  ],
159
+    ],
160 160
 ];
Please login to merge, or discard this patch.
samples/dhtmlxTree/12_loading_processing_data/php/xml.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
     $url_var = 0;
9 9
 }
10 10
 echo "<tree id='".$url_var."'>";
11
-         for ($inta = 0; $inta < 4; $inta++) {
12
-             print "<item child='1' id='".$url_var.'_'.$inta."' text='Item ".$url_var.'-'.$inta."'><userdata name='ud_block'>ud_data</userdata></item>";
13
-         }
11
+            for ($inta = 0; $inta < 4; $inta++) {
12
+                print "<item child='1' id='".$url_var.'_'.$inta."' text='Item ".$url_var.'-'.$inta."'><userdata name='ud_block'>ud_data</userdata></item>";
13
+            }
14 14
 echo '</tree>';
15 15
 ?> 
Please login to merge, or discard this patch.
samples/dhtmlxTreeView/common/connector/dataprocessor.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -440,7 +440,7 @@  discard block
 block discarded – undo
440 440
         $this->status = $status;
441 441
     }
442 442
 
443
-   /*! set id
443
+    /*! set id
444 444
     @param  id
445 445
         id value
446 446
     */
@@ -450,7 +450,7 @@  discard block
 block discarded – undo
450 450
         LogMaster::log('Change id: '.$id);
451 451
     }
452 452
 
453
-   /*! set id
453
+    /*! set id
454 454
     @param  id
455 455
         id value
456 456
     */
Please login to merge, or discard this patch.
dhtmlxSuite_v50_std/samples/dhtmlxTreeView/common/connector/xss_filter.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -121,19 +121,19 @@
 block discarded – undo
121 121
         if (class_exists('tidy')) {
122 122
             $tidy = new tidy();
123 123
             $tidyOptions = ['output-xhtml'                     => true,
124
-                                 'show-body-only'              => true,
125
-                                 'clean'                       => true,
126
-                                 'wrap'                        => '350',
127
-                                 'indent'                      => true,
128
-                                 'indent-spaces'               => 1,
129
-                                 'ascii-chars'                 => false,
130
-                                 'wrap-attributes'             => false,
131
-                                 'alt-text'                    => '',
132
-                                 'doctype'                     => 'loose',
133
-                                 'numeric-entities'            => true,
134
-                                 'drop-proprietary-attributes' => true,
135
-                                 'enclose-text'                => false,
136
-                                 'enclose-block-text'          => false,
124
+                                    'show-body-only'              => true,
125
+                                    'clean'                       => true,
126
+                                    'wrap'                        => '350',
127
+                                    'indent'                      => true,
128
+                                    'indent-spaces'               => 1,
129
+                                    'ascii-chars'                 => false,
130
+                                    'wrap-attributes'             => false,
131
+                                    'alt-text'                    => '',
132
+                                    'doctype'                     => 'loose',
133
+                                    'numeric-entities'            => true,
134
+                                    'drop-proprietary-attributes' => true,
135
+                                    'enclose-text'                => false,
136
+                                    'enclose-block-text'          => false,
137 137
 
138 138
             ];
139 139
             $tidy->parseString($string, $tidyOptions, 'utf8');
Please login to merge, or discard this patch.