Skip to content

Build(deps-dev): Bump phpstan/phpstan from 1.10.32 to 1.10.33 #1454

Build(deps-dev): Bump phpstan/phpstan from 1.10.32 to 1.10.33

Build(deps-dev): Bump phpstan/phpstan from 1.10.32 to 1.10.33 #1454

Triggered via push September 6, 2023 09:40
Status Success
Total duration 2m 8s
Artifacts 1

CI.yml

on: push
Mutation testing
1m 55s
Mutation testing
Code quality
24s
Code quality
Dependencies state
1m 18s
Dependencies state
Backward Compatible Changes
5s
Backward Compatible Changes
Working Nix Shell
1m 23s
Working Nix Shell
Matrix: integration
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = $request->getUri()->__toString() . 'Cannot connect PushGateway server to ' . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = $request->getUri()->__toString() . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . ':'; if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . ':' . $request->getUri()->__toString(); if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L17
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ private function __construct(private RequestInterface $request, private ResponseInterface|null $response, ClientExceptionInterface|null $clientException) { $exceptionCode = 0; - $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; + $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString(); if ($response !== null) { $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); }
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = $response->getStatusCode() . ' ' . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = $response->getStatusCode() . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . ' ' . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . ' ' . $response->getStatusCode() . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();
Mutation testing: src/PushGateway/PSR18UnexpectedPushGatewayResponse.php#L19
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ $exceptionCode = 0; $message = 'Cannot connect PushGateway server to ' . $request->getUri()->__toString() . ':'; if ($response !== null) { - $message = ' ' . $response->getStatusCode() . ' ' . $response->getReasonPhrase(); + $message = ' ' . $response->getStatusCode() . $response->getReasonPhrase(); } if ($clientException !== null) { $message = ' ' . $clientException->getMessage();

Artifacts

Produced during runtime
Name Size
Infection report Expired
25.3 KB