Skip to content

Build(deps-dev): Bump phpstan/phpstan from 1.10.24 to 1.10.25 #1409

Build(deps-dev): Bump phpstan/phpstan from 1.10.24 to 1.10.25

Build(deps-dev): Bump phpstan/phpstan from 1.10.24 to 1.10.25 #1409

Triggered via pull request July 7, 2023 04:05
Status Success
Total duration 1m 55s
Artifacts 1

CI.yml

on: pull_request
Mutation testing
1m 41s
Mutation testing
Code quality
29s
Code quality
Dependencies state
1m 26s
Dependencies state
Backward Compatible Changes
7s
Backward Compatible Changes
Working Nix Shell
1m 16s
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
24.3 KB