Skip to content

Commit

Permalink
Removes now useless JSON format list
Browse files Browse the repository at this point in the history
  • Loading branch information
frickelbruder committed Sep 4, 2024
1 parent c0eb373 commit 11a483e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ use function sprintf;
*/
protected $streamFactory;
/**
* @var string[]
*/
public const JSON_FORMATS = [
'application/merge-patch+json',
'application/json',
];
public function __construct(
ClientInterface $httpClient = null,
Configuration $config = null,
Expand Down
8 changes: 0 additions & 8 deletions samples/client/petstore/php/psr-18/lib/Api/AnotherFakeApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ class AnotherFakeApi
*/
protected $streamFactory;

/**
* @var string[]
*/
public const JSON_FORMATS = [
'application/merge-patch+json',
'application/json',
];

public function __construct(
ClientInterface $httpClient = null,
Configuration $config = null,
Expand Down
8 changes: 0 additions & 8 deletions samples/client/petstore/php/psr-18/lib/Api/DefaultApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ class DefaultApi
*/
protected $streamFactory;

/**
* @var string[]
*/
public const JSON_FORMATS = [
'application/merge-patch+json',
'application/json',
];

public function __construct(
ClientInterface $httpClient = null,
Configuration $config = null,
Expand Down
8 changes: 0 additions & 8 deletions samples/client/petstore/php/psr-18/lib/Api/FakeApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ class FakeApi
*/
protected $streamFactory;

/**
* @var string[]
*/
public const JSON_FORMATS = [
'application/merge-patch+json',
'application/json',
];

public function __construct(
ClientInterface $httpClient = null,
Configuration $config = null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ class FakeClassnameTags123Api
*/
protected $streamFactory;

/**
* @var string[]
*/
public const JSON_FORMATS = [
'application/merge-patch+json',
'application/json',
];

public function __construct(
ClientInterface $httpClient = null,
Configuration $config = null,
Expand Down
8 changes: 0 additions & 8 deletions samples/client/petstore/php/psr-18/lib/Api/PetApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ class PetApi
*/
protected $streamFactory;

/**
* @var string[]
*/
public const JSON_FORMATS = [
'application/merge-patch+json',
'application/json',
];

public function __construct(
ClientInterface $httpClient = null,
Configuration $config = null,
Expand Down
8 changes: 0 additions & 8 deletions samples/client/petstore/php/psr-18/lib/Api/StoreApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ class StoreApi
*/
protected $streamFactory;

/**
* @var string[]
*/
public const JSON_FORMATS = [
'application/merge-patch+json',
'application/json',
];

public function __construct(
ClientInterface $httpClient = null,
Configuration $config = null,
Expand Down
8 changes: 0 additions & 8 deletions samples/client/petstore/php/psr-18/lib/Api/UserApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ class UserApi
*/
protected $streamFactory;

/**
* @var string[]
*/
public const JSON_FORMATS = [
'application/merge-patch+json',
'application/json',
];

public function __construct(
ClientInterface $httpClient = null,
Configuration $config = null,
Expand Down

0 comments on commit 11a483e

Please sign in to comment.