Update dependency twig/twig to v3.11.2 [SECURITY] #173
generate-clients.yaml
on: pull_request
Matrix: generate-and-test-client
Annotations
140 errors and 5 warnings
Continuous Integration (subsplit) / Generate and test client (subsplit)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run mutation-testing on PHP 8.2 with highest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run cs on PHP 8.2 with highest dependency preference (miele)
Process completed with exit code 2.
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L42
../../src/Client.php:42:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Get\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L42
../../src/Client.php:42:71: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L47
../../src/Client.php:47:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Three::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three'::class?: ApiClients\Client\Miele\Internal\Router\Get\Three|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L47
../../src/Client.php:47:73: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L52
../../src/Client.php:52:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Get\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L52
../../src/Client.php:52:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L59
../../src/Client.php:59:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Put\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Put\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L59
../../src/Client.php:59:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L66
../../src/Client.php:66:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Post\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Post\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L66
../../src/Client.php:66:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/Client.php#L16
Property ApiClients\Client\Miele\Client::$router type has no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/Client.php#L39
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/Client.php#L44
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/Client.php#L49
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/Client.php#L56
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/Client.php#L63
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with highest dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run unit-testing on PHP 8.2 with highest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run cs on PHP 8.2 with locked dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run unit-testing on PHP 8.2 with locked dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run mutation-testing on PHP 8.2 with locked dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/Client.php#L16
Property ApiClients\Client\Miele\Client::$router type has no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/Client.php#L39
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/Client.php#L44
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/Client.php#L49
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/Client.php#L56
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/Client.php#L63
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with locked dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() return type has no value type specified in iterable type iterable.
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L42
../../src/Client.php:42:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Get\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L42
../../src/Client.php:42:71: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L47
../../src/Client.php:47:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Three::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three'::class?: ApiClients\Client\Miele\Internal\Router\Get\Three|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L47
../../src/Client.php:47:73: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L52
../../src/Client.php:52:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Get\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L52
../../src/Client.php:52:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L59
../../src/Client.php:59:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Put\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Put\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L59
../../src/Client.php:59:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L66
../../src/Client.php:66:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Post\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Post\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L66
../../src/Client.php:66:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
Continuous Integration (miele) / Run cs on PHP 8.2 with lowest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run mutation-testing on PHP 8.2 with lowest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/Client.php#L16
Property ApiClients\Client\Miele\Client::$router type has no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/Client.php#L39
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/Client.php#L44
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/Client.php#L49
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/Client.php#L56
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/Client.php#L63
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.2 with lowest dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run unit-testing on PHP 8.2 with lowest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run cs on PHP 8.3 with highest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run mutation-testing on PHP 8.3 with highest dependency preference (miele)
Process completed with exit code 2.
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L42
../../src/Client.php:42:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Get\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L42
../../src/Client.php:42:71: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L47
../../src/Client.php:47:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Three::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three'::class?: ApiClients\Client\Miele\Internal\Router\Get\Three|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L47
../../src/Client.php:47:73: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L52
../../src/Client.php:52:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Get\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L52
../../src/Client.php:52:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L59
../../src/Client.php:59:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Put\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Put\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L59
../../src/Client.php:59:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L66
../../src/Client.php:66:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Post\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Post\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L66
../../src/Client.php:66:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
Continuous Integration (miele) / Run unit-testing on PHP 8.3 with highest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run mutation-testing on PHP 8.3 with locked dependency preference (miele)
Process completed with exit code 2.
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L42
../../src/Client.php:42:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Get\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L42
../../src/Client.php:42:71: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L47
../../src/Client.php:47:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Three::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three'::class?: ApiClients\Client\Miele\Internal\Router\Get\Three|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L47
../../src/Client.php:47:73: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L52
../../src/Client.php:52:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Get\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L52
../../src/Client.php:52:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L59
../../src/Client.php:59:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Put\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Put\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L59
../../src/Client.php:59:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L66
../../src/Client.php:66:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Post\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Post\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L66
../../src/Client.php:66:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/Client.php#L16
Property ApiClients\Client\Miele\Client::$router type has no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/Client.php#L39
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/Client.php#L44
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/Client.php#L49
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/Client.php#L56
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/Client.php#L63
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with highest dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run cs on PHP 8.3 with locked dependency preference (miele)
Process completed with exit code 2.
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L42
../../src/Client.php:42:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Get\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L42
../../src/Client.php:42:71: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L47
../../src/Client.php:47:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Three::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three'::class?: ApiClients\Client\Miele\Internal\Router\Get\Three|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L47
../../src/Client.php:47:73: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L52
../../src/Client.php:52:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Get\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L52
../../src/Client.php:52:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L59
../../src/Client.php:59:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Put\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Put\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L59
../../src/Client.php:59:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L66
../../src/Client.php:66:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Post\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Post\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L66
../../src/Client.php:66:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
Continuous Integration (miele) / Run unit-testing on PHP 8.3 with locked dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run cs on PHP 8.3 with lowest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run mutation-testing on PHP 8.3 with lowest dependency preference (miele)
Process completed with exit code 2.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/Client.php#L16
Property ApiClients\Client\Miele\Client::$router type has no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/Client.php#L39
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/Client.php#L44
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/Client.php#L49
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/Client.php#L56
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/Client.php#L63
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with locked dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() return type has no value type specified in iterable type iterable.
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L42
../../src/Client.php:42:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Get\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L42
../../src/Client.php:42:71: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L47
../../src/Client.php:47:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Three::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three'::class?: ApiClients\Client\Miele\Internal\Router\Get\Three|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Three::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L47
../../src/Client.php:47:73: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L52
../../src/Client.php:52:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Get\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Get\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Get\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L52
../../src/Client.php:52:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L59
../../src/Client.php:59:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Put\Four::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four'::class?: ApiClients\Client\Miele\Internal\Router\Put\Four|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Put\\Four::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L59
../../src/Client.php:59:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
PossiblyUndefinedArrayOffset:
../../src/Client.php#L66
../../src/Client.php:66:24: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->router[ApiClients\Client\Miele\Internal\Router\Post\Two::class] on array{'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two'::class?: ApiClients\Client\Miele\Internal\Router\Post\Two|mixed, 'ApiClients\\Client\\Miele\\Internal\\Router\\Post\\Two::class'?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
PossiblyNullReference:
../../src/Client.php#L66
../../src/Client.php:66:72: PossiblyNullReference: Cannot call method call on possibly null value (see https://psalm.dev/083)
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/Client.php#L16
Property ApiClients\Client\Miele\Client::$router type has no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/Client.php#L32
Method ApiClients\Client\Miele\Client::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/Client.php#L39
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/Client.php#L44
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/Client.php#L49
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/Client.php#L56
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/Client.php#L63
Loose comparison via "==" is not allowed.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() has parameter $params with no value type specified in iterable type array.
|
Continuous Integration (miele) / Run stan on PHP 8.3 with lowest dependency preference (miele):
src/ClientInterface.php#L20
Method ApiClients\Client\Miele\ClientInterface::call() return type has no value type specified in iterable type iterable.
|
Continuous Integration (miele) / Run unit-testing on PHP 8.3 with lowest dependency preference (miele)
Process completed with exit code 2.
|
Generate and Test Clients
Error when evaluating 'strategy' for job 'qa'. php-api-clients/openapi-client-generator/.github/workflows/test-client.yaml@cb631c3b928d6352d959757816254d55a5754f62 (Line: 77, Col: 16): Error parsing fromJson,php-api-clients/openapi-client-generator/.github/workflows/test-client.yaml@cb631c3b928d6352d959757816254d55a5754f62 (Line: 77, Col: 16): Error reading JToken from JsonReader. Path '', line 0, position 0.,php-api-clients/openapi-client-generator/.github/workflows/test-client.yaml@cb631c3b928d6352d959757816254d55a5754f62 (Line: 77, Col: 16): Unexpected value ''
|
Continuous Integration (subsplit) / Generate and test client (subsplit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Continuous Integration (one) / Generate and test client (one)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Continuous Integration (miele) / Generate and test client (miele)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Continuous Integration (one) / Supported Checks Matrix (one)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Continuous Integration (miele) / Supported Checks Matrix (miele)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
example-miele-client
Expired
|
730 KB |
|
example-one-client
Expired
|
9.09 MB |
|