Skip to content

Commit 6bf127e

Browse files
authored
Merge pull request #1262 from php-api-clients/GitHubEnterprise-3.5/from-1.1.4-a21d39699884865a10804a02a66c5b60-from-1.1.4-a21d39699884865a10804a02a66c5b60
2 parents 04bd349 + 6676cda commit 6bf127e

File tree

420 files changed

+839
-839
lines changed

Some content is hidden

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

420 files changed

+839
-839
lines changed

clients/GitHubEnterprise-3.5/etc/openapi-client-generator.state

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

clients/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/Hooks.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
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
282282
'ApiClients\Client\GitHubEnterprise\Schema\GlobalHook' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️GlobalHook($object),
283283
'ApiClients\Client\GitHubEnterprise\Schema\GlobalHook\Config' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️GlobalHook⚡️Config($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/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/Hooks/HookId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
476476
'ApiClients\Client\GitHubEnterprise\Schema\GlobalHook\Config' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️GlobalHook⚡️Config($object),
477477
'ApiClients\Client\GitHubEnterprise\Schema\GlobalHook2' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️GlobalHook2($object),
478478
'ApiClients\Client\GitHubEnterprise\Schema\GlobalHook2\Config' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️GlobalHook2⚡️Config($object),
479-
default => throw new LogicException('No serialization defined for $className'),
479+
default => throw new LogicException("No serialization defined for $className"),
480480
};
481481
} catch (Throwable $exception) {
482482
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/Ldap/Teams/TeamId/Mapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
237237
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
238238
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
239239
'ApiClients\Client\GitHubEnterprise\Schema\LdapMappingTeam' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️LdapMappingTeam($object),
240-
default => throw new LogicException('No serialization defined for $className'),
240+
default => throw new LogicException("No serialization defined for $className"),
241241
};
242242
} catch (Throwable $exception) {
243243
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/Ldap/Teams/TeamId/Sync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
105105
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
106106
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
107107
'ApiClients\Client\GitHubEnterprise\Schema\Operations\EnterpriseAdmin\SyncLdapMappingForTeam\Response\ApplicationJson\Created' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️Operations⚡️EnterpriseAdmin⚡️SyncLdapMappingForTeam⚡️Response⚡️ApplicationJson⚡️Created($object),
108-
default => throw new LogicException('No serialization defined for $className'),
108+
default => throw new LogicException("No serialization defined for $className"),
109109
};
110110
} catch (Throwable $exception) {
111111
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/Ldap/Users/Username/Mapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
633633
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
634634
'ApiClients\Client\GitHubEnterprise\Schema\LdapMappingUser' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️LdapMappingUser($object),
635635
'ApiClients\Client\GitHubEnterprise\Schema\LdapMappingUser\Plan' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️LdapMappingUser⚡️Plan($object),
636-
default => throw new LogicException('No serialization defined for $className'),
636+
default => throw new LogicException("No serialization defined for $className"),
637637
};
638638
} catch (Throwable $exception) {
639639
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/Ldap/Users/Username/Sync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
105105
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
106106
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
107107
'ApiClients\Client\GitHubEnterprise\Schema\Operations\EnterpriseAdmin\SyncLdapMappingForUser\Response\ApplicationJson\Created\Application\Json' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️Operations⚡️EnterpriseAdmin⚡️SyncLdapMappingForUser⚡️Response⚡️ApplicationJson⚡️Created⚡️Application⚡️Json($object),
108-
default => throw new LogicException('No serialization defined for $className'),
108+
default => throw new LogicException("No serialization defined for $className"),
109109
};
110110
} catch (Throwable $exception) {
111111
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/Organizations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
226226
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
227227
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
228228
'ApiClients\Client\GitHubEnterprise\Schema\OrganizationSimple' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️OrganizationSimple($object),
229-
default => throw new LogicException('No serialization defined for $className'),
229+
default => throw new LogicException("No serialization defined for $className"),
230230
};
231231
} catch (Throwable $exception) {
232232
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/Organizations/Org.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
116116
'DateTimeImmutable' => $this->serializeValueDateTimeImmutable($object),
117117
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
118118
'ApiClients\Client\GitHubEnterprise\Schema\Operations\EnterpriseAdmin\UpdateOrgName\Response\ApplicationJson\Accepted' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️Operations⚡️EnterpriseAdmin⚡️UpdateOrgName⚡️Response⚡️ApplicationJson⚡️Accepted($object),
119-
default => throw new LogicException('No serialization defined for $className'),
119+
default => throw new LogicException("No serialization defined for $className"),
120120
};
121121
} catch (Throwable $exception) {
122122
throw UnableToSerializeObject::dueToError($className, $exception);

clients/GitHubEnterprise-3.5/src/Internal/Hydrator/Operation/Admin/PreReceiveEnvironments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function serializeObjectOfType(object $object, string $className): mixed
270270
'DateTimeInterface' => $this->serializeValueDateTimeInterface($object),
271271
'ApiClients\Client\GitHubEnterprise\Schema\PreReceiveEnvironment' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️PreReceiveEnvironment($object),
272272
'ApiClients\Client\GitHubEnterprise\Schema\PreReceiveEnvironment\Download' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterprise⚡️Schema⚡️PreReceiveEnvironment⚡️Download($object),
273-
default => throw new LogicException('No serialization defined for $className'),
273+
default => throw new LogicException("No serialization defined for $className"),
274274
};
275275
} catch (Throwable $exception) {
276276
throw UnableToSerializeObject::dueToError($className, $exception);

0 commit comments

Comments
 (0)