@@ -130,7 +130,7 @@ |
||
| 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 | /** |
@@ -83,9 +83,9 @@ discard block |
||
| 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 |
||
| 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 |
||
| 258 | 258 | ->sort(); |
| 259 | 259 | |
| 260 | 260 | file_put_contents($directory . '/map.json', $map->toJson()); |
| 261 | - }); |
|
| 261 | + }); |
|
| 262 | 262 | } |
| 263 | 263 | |
| 264 | 264 | |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | * |
| 11 | 11 | * Model for AuditSource |
| 12 | 12 | * |
| 13 | - |
|
| 14 | 13 | */ |
| 15 | 14 | class AuditSource extends Model |
| 16 | 15 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | * |
| 11 | 11 | * Model for TimePeriodSetupDefaults |
| 12 | 12 | * |
| 13 | - |
|
| 14 | 13 | */ |
| 15 | 14 | class TimePeriodSetupDefaults extends Model |
| 16 | 15 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | * |
| 11 | 11 | * Model for Guid |
| 12 | 12 | * |
| 13 | - |
|
| 14 | 13 | */ |
| 15 | 14 | class Guid extends Model |
| 16 | 15 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | * |
| 11 | 11 | * Metadata of the entity |
| 12 | 12 | * |
| 13 | - |
|
| 14 | 13 | */ |
| 15 | 14 | class Metadata extends Model |
| 16 | 15 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | * |
| 11 | 11 | * Model for AuditType |
| 12 | 12 | * |
| 13 | - |
|
| 14 | 13 | */ |
| 15 | 14 | class AuditType extends Model |
| 16 | 15 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | * |
| 11 | 11 | * Mapped to GlPreferences Class |
| 12 | 12 | * |
| 13 | - |
|
| 14 | 13 | */ |
| 15 | 14 | class GLExportSettings extends Model |
| 16 | 15 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | * |
| 11 | 11 | * Model for TemplateGeneratedCountsModel |
| 12 | 12 | * |
| 13 | - |
|
| 14 | 13 | */ |
| 15 | 14 | class TemplateGeneratedCountsModel extends Model |
| 16 | 15 | { |