Completed
Push — develop ( fcedfd...9763c2 )
by Jimmy
13s queued 11s
created
src/Api/Token.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
     {
131 131
         return !is_null($this->expiration) &&
132 132
                Carbon::now()
133
-                     ->gte($this->expiration);
133
+                        ->gte($this->expiration);
134 134
     }
135 135
 
136 136
     /**
Please login to merge, or discard this patch.
generator/generator.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -83,9 +83,9 @@  discard block
 block discarded – undo
83 83
 
84 84
             return "        '${property}' => " . ((in_array($type, $primitives)) ? "'${type}'" : "${type}::class");
85 85
         })
86
-                               ->values()
87
-                               ->sort()
88
-                               ->implode(",\n");
86
+                                ->values()
87
+                                ->sort()
88
+                                ->implode(",\n");
89 89
 
90 90
         $properties = $property_type->map(function ($type, $property) {
91 91
             return " * @property ${type} $${property}";
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
     echo "Working on version ${version}\n";
241 241
 
242 242
     $loader->loadVersion($version)
243
-           ->process()->swaggers->each(function (Swagger $swagger) use ($version) {
243
+            ->process()->swaggers->each(function (Swagger $swagger) use ($version) {
244 244
                 $directory = __DIR__ . '/Generated/' . $version;
245 245
 
246 246
                 echo "Writing " . $swagger->getTitle() . "\n";
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
                     ->sort();
259 259
 
260 260
                 file_put_contents($directory . '/map.json', $map->toJson());
261
-           });
261
+            });
262 262
 }
263 263
 
264 264
 
Please login to merge, or discard this patch.
src/Models/v2019_1/Time/AuditSource.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  *
11 11
  * Model for AuditSource
12 12
  *
13
-
14 13
  */
15 14
 class AuditSource extends Model
16 15
 {
Please login to merge, or discard this patch.
src/Models/v2019_1/Time/TimePeriodSetupDefaults.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  *
11 11
  * Model for TimePeriodSetupDefaults
12 12
  *
13
-
14 13
  */
15 14
 class TimePeriodSetupDefaults extends Model
16 15
 {
Please login to merge, or discard this patch.
src/Models/v2019_1/Time/Guid.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  *
11 11
  * Model for Guid
12 12
  *
13
-
14 13
  */
15 14
 class Guid extends Model
16 15
 {
Please login to merge, or discard this patch.
src/Models/v2019_1/Time/Metadata.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  *
11 11
  * Metadata of the entity
12 12
  *
13
-
14 13
  */
15 14
 class Metadata extends Model
16 15
 {
Please login to merge, or discard this patch.
src/Models/v2019_1/Time/AuditType.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  *
11 11
  * Model for AuditType
12 12
  *
13
-
14 13
  */
15 14
 class AuditType extends Model
16 15
 {
Please login to merge, or discard this patch.
src/Models/v2019_1/Finance/GLExportSettings.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  *
11 11
  * Mapped to GlPreferences Class
12 12
  *
13
-
14 13
  */
15 14
 class GLExportSettings extends Model
16 15
 {
Please login to merge, or discard this patch.
src/Models/v2019_1/Service/TemplateGeneratedCountsModel.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  *
11 11
  * Model for TemplateGeneratedCountsModel
12 12
  *
13
-
14 13
  */
15 14
 class TemplateGeneratedCountsModel extends Model
16 15
 {
Please login to merge, or discard this patch.