Skip to content

Update user/me endpoint call for freeMode #153

Update user/me endpoint call for freeMode

Update user/me endpoint call for freeMode #153

Triggered via push April 29, 2024 14:41
Status Failure
Total duration 36s
Artifacts

run-tests.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
tests (7.4, prefer-stable): src/AbstractController.php#L83
Method Noweh\TwitterApi\AbstractController::performRequest() has parameter $withHeaders with no type specified.
tests (7.4, prefer-stable): src/AbstractController.php#L125
Cannot access property $headers on mixed.
tests (7.4, prefer-stable): src/AbstractController.php#L147
Cannot call method getBody() on Psr\Http\Message\ResponseInterface|null.
tests (7.4, prefer-stable): src/AbstractController.php#L207
Property Noweh\TwitterApi\AbstractController::$free_mode (bool) does not accept string|false.
tests (7.4, prefer-stable): src/Media.php#L40
Method Noweh\TwitterApi\Media::prepareRequest() has parameter $settings with no value type specified in iterable type array.
tests (7.4, prefer-stable): src/Media.php#L65
Method Noweh\TwitterApi\Media::upload() return type has no value type specified in iterable type array.
tests (7.4, prefer-stable): src/Media.php#L65
PHPDoc tag @return with type void is incompatible with native type array|null.
tests (7.4, prefer-stable): src/Media.php#L84
Method Noweh\TwitterApi\Media::upload() should return array|null but returns mixed.
tests (7.4, prefer-stable): src/Media.php#L87
Call to an undefined method Exception::getResponse().
tests (7.4, prefer-stable)
Process completed with exit code 1.
tests (7.4, prefer-stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests (7.4, prefer-stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (7.4, prefer-stable)
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/