Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 2
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency phpstan/phpdoc-parser to v2 #221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"nikic/php-parser": "^4.15",
"nunomaduro/termwind": "^1.15",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.22",
"phpstan/phpdoc-parser": "^1.22 || ^2.0",
"pointybeard/reverse-regex": "1.0.0.3",
"psr/http-message": "^1.1 || ^2 || ^3",
"react/async": "^4.0",

Unchanged files with check annotations Beta

break;
}
if ($example[$gatheredProperty->sourceName] !== null || $schema->required) {

Check failure on line 76 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 76 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 76 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 76 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 76 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 76 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.
continue;
}
return new Schema(
ClassString::factory($baseNamespace, 'Schema\\' . $className),
ClassString::factory($baseNamespace, 'Contract\\' . $className),

Check failure on line 85 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Parameter #2 $contracts of class ApiClients\Tools\OpenApiClientGenerator\Representation\Schema constructor expects array<ApiClients\Tools\OpenApiClientGenerator\Representation\Contract>, ApiClients\Tools\OpenApiClientGenerator\ClassString given.

Check failure on line 85 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Parameter #2 $contracts of class ApiClients\Tools\OpenApiClientGenerator\Representation\Schema constructor expects array<ApiClients\Tools\OpenApiClientGenerator\Representation\Contract>, ApiClients\Tools\OpenApiClientGenerator\ClassString given.

Check failure on line 85 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Parameter #2 $contracts of class ApiClients\Tools\OpenApiClientGenerator\Representation\Schema constructor expects array<ApiClients\Tools\OpenApiClientGenerator\Representation\Contract>, ApiClients\Tools\OpenApiClientGenerator\ClassString given.

Check failure on line 85 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Parameter #2 $contracts of class ApiClients\Tools\OpenApiClientGenerator\Representation\Schema constructor expects array<ApiClients\Tools\OpenApiClientGenerator\Representation\Contract>, ApiClients\Tools\OpenApiClientGenerator\ClassString given.

Check failure on line 85 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Parameter #2 $contracts of class ApiClients\Tools\OpenApiClientGenerator\Representation\Schema constructor expects array<ApiClients\Tools\OpenApiClientGenerator\Representation\Contract>, ApiClients\Tools\OpenApiClientGenerator\ClassString given.

Check failure on line 85 in src/Gatherer/CompositSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Parameter #2 $contracts of class ApiClients\Tools\OpenApiClientGenerator\Representation\Schema constructor expects array<ApiClients\Tools\OpenApiClientGenerator\Representation\Contract>, ApiClients\Tools\OpenApiClientGenerator\ClassString given.
ClassString::factory($baseNamespace, 'Error\\' . $className),
ClassString::factory($baseNamespace, 'ErrorSchemas\\' . $className),
$schema->title ?? '',
break;
}
if ($example[$gatheredProperty->sourceName] !== null || $property->required || $baseProperty->required) {

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.

Check failure on line 74 in src/Gatherer/IntersectionSchema.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Only booleans are allowed in ||, array<string> given on the right side.
continue;
}
'int',
'string|object',
'bool',
], implode('|', $types));

Check failure on line 73 in src/Gatherer/Operation.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Parameter #2 $array of function implode expects array<string>, array<array<string>|string> given.

Check failure on line 73 in src/Gatherer/Operation.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Parameter #2 $array of function implode expects array<string>, array<array<string>|string> given.

Check failure on line 73 in src/Gatherer/Operation.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Parameter #2 $array of function implode expects array<string>, array<array<string>|string> given.

Check failure on line 73 in src/Gatherer/Operation.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Parameter #2 $array of function implode expects array<string>, array<array<string>|string> given.

Check failure on line 73 in src/Gatherer/Operation.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Parameter #2 $array of function implode expects array<string>, array<array<string>|string> given.

Check failure on line 73 in src/Gatherer/Operation.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Parameter #2 $array of function implode expects array<string>, array<array<string>|string> given.
$parameters[] = new Parameter(
(new Convert($parameter->name))->toCamel(),
foreach ($operations as $operation) {
foreach ($operation->response as $response) {
if (! ($response->content->payload instanceof Schema)) {

Check failure on line 22 in src/Gatherer/OperationHydrator.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Access to an undefined property ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema::$payload.

Check failure on line 22 in src/Gatherer/OperationHydrator.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Access to an undefined property ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema::$payload.

Check failure on line 22 in src/Gatherer/OperationHydrator.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Access to an undefined property ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema::$payload.

Check failure on line 22 in src/Gatherer/OperationHydrator.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Access to an undefined property ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema::$payload.

Check failure on line 22 in src/Gatherer/OperationHydrator.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Access to an undefined property ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema::$payload.

Check failure on line 22 in src/Gatherer/OperationHydrator.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Access to an undefined property ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema::$payload.
continue;
}
/** @phpstan-ignore-next-line */
if (count($property->examples ?? []) > 0) {
$examples = array_values(array_filter($property->examples, static fn (mixed $value): bool => $value !== null));

Check failure on line 44 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Access to an undefined property cebe\openapi\spec\Schema::$examples.

Check failure on line 44 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Access to an undefined property cebe\openapi\spec\Schema::$examples.

Check failure on line 44 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Access to an undefined property cebe\openapi\spec\Schema::$examples.

Check failure on line 44 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Access to an undefined property cebe\openapi\spec\Schema::$examples.

Check failure on line 44 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Access to an undefined property cebe\openapi\spec\Schema::$examples.

Check failure on line 44 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Access to an undefined property cebe\openapi\spec\Schema::$examples.
// Main reason we're doing this is so we cause more variety in the example data when a list of examples is provided, but also consistently pick the same item so we do don't cause code churn
/** @phpstan-ignore-next-line */
$exampleData = $examples[strlen($sourcePropertyName) % 2 ? 0 : count($examples) - 1];
$type = Type::gather(
$baseNamespace,
$className,
$propertyName,

Check failure on line 84 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Parameter #3 $propertyName of static method ApiClients\Tools\OpenApiClientGenerator\Gatherer\Type::gather() expects string, string|null given.

Check failure on line 84 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Parameter #3 $propertyName of static method ApiClients\Tools\OpenApiClientGenerator\Gatherer\Type::gather() expects string, string|null given.

Check failure on line 84 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Parameter #3 $propertyName of static method ApiClients\Tools\OpenApiClientGenerator\Gatherer\Type::gather() expects string, string|null given.

Check failure on line 84 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Parameter #3 $propertyName of static method ApiClients\Tools\OpenApiClientGenerator\Gatherer\Type::gather() expects string, string|null given.

Check failure on line 84 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Parameter #3 $propertyName of static method ApiClients\Tools\OpenApiClientGenerator\Gatherer\Type::gather() expects string, string|null given.

Check failure on line 84 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Parameter #3 $propertyName of static method ApiClients\Tools\OpenApiClientGenerator\Gatherer\Type::gather() expects string, string|null given.
$property,
$required,
$schemaRegistry,
foreach ($type->payload as $index => $arrayItem) {
$arrayItemExampleData = ExampleData::gather(
$exampleData,
$arrayItem->type === 'union' ? $arrayItem->payload[(array_key_exists($index, $arrayItem->payload) ? $index : 0)] : $arrayItem,

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Cannot access offset (int|string) on ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference

Parameter #2 $array of function array_key_exists expects array, ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string given.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Cannot access offset (int|string) on ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference

Parameter #2 $array of function array_key_exists expects array, ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string given.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Cannot access offset (int|string) on ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference

Parameter #2 $array of function array_key_exists expects array, ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string given.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Cannot access offset (int|string) on ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference

Parameter #2 $array of function array_key_exists expects array, ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string given.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Cannot access offset (int|string) on ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with highest dependency preference

Parameter #2 $array of function array_key_exists expects array, ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string given.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Cannot access offset (int|string) on ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string.

Check failure on line 99 in src/Gatherer/Property.php

GitHub Actions / Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (zts) with highest dependency preference

Parameter #2 $array of function array_key_exists expects array, ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType|ApiClients\Tools\OpenApiClientGenerator\Representation\Schema|array<ApiClients\Tools\OpenApiClientGenerator\Representation\PropertyType>|string given.
$propertyName . str_pad('', $index + 1, '_'),
);
$arrayItemsRaw[] = $arrayItemExampleData->raw;