Skip to content

Update consent template to twig #157

Update consent template to twig

Update consent template to twig #157

Triggered via pull request February 14, 2024 00:04
Status Success
Total duration 1m 21s
Artifacts 1

php.yml

on: pull_request
Matrix: basic-tests
Security checks
27s
Security checks
Quality control
36s
Quality control
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
Syntax and unit tests, PHP 8.0, ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Syntax and unit tests, PHP 8.0, ubuntu-latest
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/
Syntax and unit tests, PHP 8.1, ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Syntax and unit tests, PHP 8.1, ubuntu-latest
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/
Syntax and unit tests, PHP 8.2, ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Syntax and unit tests, PHP 8.2, ubuntu-latest
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/
Security checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Security checks
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/
Security checks
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/
Security checks
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/
Syntax and unit tests, PHP 7.4, ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Syntax and unit tests, PHP 7.4, ubuntu-latest
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/
Syntax and unit tests, PHP 8.3, ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Syntax and unit tests, PHP 8.3, ubuntu-latest
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/
Quality control
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/download-artifact@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Quality control
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/
MixedAssignment: src/AttributeManipulator.php#L24
src/AttributeManipulator.php:24:36: MixedAssignment: Unable to determine the type that $value is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/AttributeManipulator.php#L54
src/AttributeManipulator.php:54:44: MixedAssignment: Unable to determine the type that $value is being assigned to (see https://psalm.dev/032)
MixedArgument: src/AttributeManipulator.php#L63
src/AttributeManipulator.php:63:23: MixedArgument: Argument 1 of strval cannot be mixed, expecting null|object|scalar (see https://psalm.dev/030)
MixedAssignment: src/AttributeManipulator.php#L74
src/AttributeManipulator.php:74:36: MixedAssignment: Unable to determine the type that $value is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/Auth/Source/BitbucketAuth.php#L44
src/Auth/Source/BitbucketAuth.php:44:13: MixedAssignment: Unable to determine the type that $response is being assigned to (see https://psalm.dev/032)
MixedArrayAccess: src/Auth/Source/BitbucketAuth.php#L63
src/Auth/Source/BitbucketAuth.php:63:21: MixedArrayAccess: Cannot access array value on mixed variable $response['values'] (see https://psalm.dev/051)
MixedArrayAccess: src/Auth/Source/BitbucketAuth.php#L63
src/Auth/Source/BitbucketAuth.php:63:21: MixedArrayAccess: Cannot access array value on mixed variable $response['values'][$i] (see https://psalm.dev/051)
MixedArrayAccess: src/Auth/Source/BitbucketAuth.php#L63
src/Auth/Source/BitbucketAuth.php:63:72: MixedArrayAccess: Cannot access array value on mixed variable $response['values'] (see https://psalm.dev/051)
MixedArrayAccess: src/Auth/Source/BitbucketAuth.php#L63
src/Auth/Source/BitbucketAuth.php:63:72: MixedArrayAccess: Cannot access array value on mixed variable $response['values'][$i] (see https://psalm.dev/051)
MixedArrayAssignment: src/Auth/Source/BitbucketAuth.php#L65
src/Auth/Source/BitbucketAuth.php:65:21: MixedArrayAssignment: Cannot access array value on mixed variable $state['Attributes'][string] (see https://psalm.dev/117)

Artifacts

Produced during runtime
Name Size
build-data Expired
2.59 MB