Skip to content

Commit

Permalink
DGS-2002 PHPStan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS committed Nov 22, 2023
1 parent 2027ade commit 4cbde4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Endpoint/MyContactsEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
*/
final class MyContactsEndpoint extends ResourceEndpoint
{

Check failure on line 18 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-lowest)

Opening brace must not be followed by a blank line

Check failure on line 18 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-stable)

Opening brace must not be followed by a blank line

Check failure on line 18 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-lowest)

Opening brace must not be followed by a blank line

Check failure on line 18 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-lowest)

Opening brace must not be followed by a blank line

Check failure on line 18 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-stable)

Opening brace must not be followed by a blank line

/** @use ListEndpointTrait<Contact> */
use CreateEndpointTrait;

Check failure on line 21 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-lowest)

The first trait import statement must be declared on the first non-comment line after the class opening brace

Check failure on line 21 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8 (prefer-stable)

The first trait import statement must be declared on the first non-comment line after the class opening brace

Check failure on line 21 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 (prefer-lowest)

The first trait import statement must be declared on the first non-comment line after the class opening brace

Check failure on line 21 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-lowest)

The first trait import statement must be declared on the first non-comment line after the class opening brace

Check failure on line 21 in src/Endpoint/MyContactsEndpoint.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 (prefer-stable)

The first trait import statement must be declared on the first non-comment line after the class opening brace
use DeleteEndpointTrait;
use ListEndpointTrait;
Expand Down

0 comments on commit 4cbde4b

Please sign in to comment.