Skip to content

Commit 2481f56

Browse files
authored
Merge pull request #1264 from php-api-clients/GitHub/from-1.1.4-79bfc552fc9431ae453024109bc3424d-from-1.1.4-79bfc552fc9431ae453024109bc3424d
2 parents 233163c + 38e67d8 commit 2481f56

File tree

627 files changed

+1258
-1252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

627 files changed

+1258
-1252
lines changed

clients/GitHub/etc/openapi-client-generator.state

Lines changed: 630 additions & 630 deletions
Large diffs are not rendered by default.

clients/GitHub/src/Internal/Hydrator/Operation/Advisories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
193193
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
194194
'ApiClients\Client\GitHub\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️BasicError($object),
195195
'ApiClients\Client\GitHub\Schema\ValidationErrorSimple' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️ValidationErrorSimple($object),
196-
default => throw new LogicException('No serialization defined for $className'),
196+
default => throw new LogicException("No serialization defined for $className"),
197197
};
198198
} catch (Throwable $exception) {
199199
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHub/src/Internal/Hydrator/Operation/Advisories/GhsaId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
446446
'ApiClients\Client\GitHub\Schema\GlobalAdvisory' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️GlobalAdvisory($object),
447447
'ApiClients\Client\GitHub\Schema\GlobalAdvisory\Cvss' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️GlobalAdvisory⚡️Cvss($object),
448448
'ApiClients\Client\GitHub\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️BasicError($object),
449-
default => throw new LogicException('No serialization defined for $className'),
449+
default => throw new LogicException("No serialization defined for $className"),
450450
};
451451
} catch (Throwable $exception) {
452452
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHub/src/Internal/Hydrator/Operation/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
631631
'ApiClients\Client\GitHub\Schema\Integration' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️Integration($object),
632632
'ApiClients\Client\GitHub\Schema\SimpleUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️SimpleUser($object),
633633
'ApiClients\Client\GitHub\Schema\Integration\Permissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️Integration⚡️Permissions($object),
634-
default => throw new LogicException('No serialization defined for $className'),
634+
default => throw new LogicException("No serialization defined for $className"),
635635
};
636636
} catch (Throwable $exception) {
637637
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHub/src/Internal/Hydrator/Operation/App/Hook/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
138138
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
139139
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
140140
'ApiClients\Client\GitHub\Schema\WebhookConfig' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️WebhookConfig($object),
141-
default => throw new LogicException('No serialization defined for $className'),
141+
default => throw new LogicException("No serialization defined for $className"),
142142
};
143143
} catch (Throwable $exception) {
144144
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHub/src/Internal/Hydrator/Operation/App/Hook/Deliveries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
281281
'ApiClients\Client\GitHub\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️BasicError($object),
282282
'ApiClients\Client\GitHub\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️ScimError($object),
283283
'ApiClients\Client\GitHub\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️ValidationError($object),
284-
default => throw new LogicException('No serialization defined for $className'),
284+
default => throw new LogicException("No serialization defined for $className"),
285285
};
286286
} catch (Throwable $exception) {
287287
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHub/src/Internal/Hydrator/Operation/App/Hook/Deliveries/DeliveryId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
668668
'ApiClients\Client\GitHub\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️BasicError($object),
669669
'ApiClients\Client\GitHub\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️ScimError($object),
670670
'ApiClients\Client\GitHub\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️ValidationError($object),
671-
default => throw new LogicException('No serialization defined for $className'),
671+
default => throw new LogicException("No serialization defined for $className"),
672672
};
673673
} catch (Throwable $exception) {
674674
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHub/src/Internal/Hydrator/Operation/App/Hook/Deliveries/DeliveryId/Attempts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
281281
'ApiClients\Client\GitHub\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️BasicError($object),
282282
'ApiClients\Client\GitHub\Schema\ScimError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️ScimError($object),
283283
'ApiClients\Client\GitHub\Schema\ValidationError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️ValidationError($object),
284-
default => throw new LogicException('No serialization defined for $className'),
284+
default => throw new LogicException("No serialization defined for $className"),
285285
};
286286
} catch (Throwable $exception) {
287287
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHub/src/Internal/Hydrator/Operation/App/InstallationRequests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
138138
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
139139
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
140140
'ApiClients\Client\GitHub\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️BasicError($object),
141-
default => throw new LogicException('No serialization defined for $className'),
141+
default => throw new LogicException("No serialization defined for $className"),
142142
};
143143
} catch (Throwable $exception) {
144144
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHub/src/Internal/Hydrator/Operation/App/Installations/InstallationId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
12171217
'ApiClients\Client\GitHub\Schema\AppPermissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️AppPermissions($object),
12181218
'ApiClients\Client\GitHub\Schema\SimpleUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️SimpleUser($object),
12191219
'ApiClients\Client\GitHub\Schema\BasicError' => $this->serializeObjectApiClients⚡️Client⚡️GitHub⚡️Schema⚡️BasicError($object),
1220-
default => throw new LogicException('No serialization defined for $className'),
1220+
default => throw new LogicException("No serialization defined for $className"),
12211221
};
12221222
} catch (Throwable $exception) {
12231223
throw UnableToSerializeObject::dueToError($className, $exception);

0 commit comments

Comments
 (0)