Completed
Push — master ( d34386...e5cdd3 )
by Manish
116:42 queued 59:07
created
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\\Ccavanue\\ServiceProvider',
6 6
     1  => 'App\\Plugins\\Ping\\ServiceProvider',
7 7
     2  => 'App\\Plugins\\Twilio\\ServiceProvider',
@@ -34,8 +34,8 @@  discard block
 block discarded – undo
34 34
     29 => 'App\\Providers\\EventServiceProvider',
35 35
     30 => 'App\\Providers\\RouteServiceProvider',
36 36
     31 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
37
-  ],
38
-  'eager' =>  [
37
+    ],
38
+    'eager' =>  [
39 39
     0  => 'App\\Plugins\\Ccavanue\\ServiceProvider',
40 40
     1  => 'App\\Plugins\\Ping\\ServiceProvider',
41 41
     2  => 'App\\Plugins\\Twilio\\ServiceProvider',
@@ -54,8 +54,8 @@  discard block
 block discarded – undo
54 54
     15 => 'App\\Providers\\AppServiceProvider',
55 55
     16 => 'App\\Providers\\EventServiceProvider',
56 56
     17 => 'App\\Providers\\RouteServiceProvider',
57
-  ],
58
-  'deferred' =>  [
57
+    ],
58
+    'deferred' =>  [
59 59
     'Illuminate\\Bus\\Dispatcher'                         => 'Illuminate\\Bus\\BusServiceProvider',
60 60
     'Illuminate\\Contracts\\Bus\\Dispatcher'              => 'Illuminate\\Bus\\BusServiceProvider',
61 61
     'Illuminate\\Contracts\\Bus\\QueueingDispatcher'      => 'Illuminate\\Bus\\BusServiceProvider',
@@ -122,8 +122,8 @@  discard block
 block discarded – undo
122 122
     'Illuminate\\Broadcasting\\BroadcastManager'          => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
123 123
     'Illuminate\\Contracts\\Broadcasting\\Factory'        => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
124 124
     'Illuminate\\Contracts\\Broadcasting\\Broadcaster'    => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
125
-  ],
126
-  'when' =>  [
125
+    ],
126
+    'when' =>  [
127 127
     'Illuminate\\Bus\\BusServiceProvider' =>  [
128 128
     ],
129 129
     'Illuminate\\Cache\\CacheServiceProvider' =>  [
@@ -152,5 +152,5 @@  discard block
 block discarded – undo
152 152
     ],
153 153
     'Illuminate\\Broadcasting\\BroadcastServiceProvider' =>  [
154 154
     ],
155
-  ],
155
+    ],
156 156
 ];
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/dhtmlxGrid/14_loading_big_datasets/php/50000_load_grid.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,8 @@
 block discarded – undo
48 48
     if (!isset($_GET['direction']) || $_GET['direction'] == 'asc') {
49 49
         $_GET['direction'] = 'ASC';
50 50
     } else {
51
-         $_GET['direction'] = 'DESC';
52
-     }
51
+            $_GET['direction'] = 'DESC';
52
+        }
53 53
 
54 54
 
55 55
     $fields = ['item_nm', '', 'item_cd'];
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.
samples/dhtmlxDataView/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/dhtmlxDataView/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/dhtmlxForm/06_data/php/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.
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.