Skip to content

number input

number input #75

Triggered via pull request October 7, 2024 15:30
@lsvlsv
synchronize #60
lsv:test
Status Failure
Total duration 2m 43s
Artifacts

continuous-integration.yml

on: pull_request
Coding standards
2m 27s
Coding standards
Static analysis
14s
Static analysis
Unit tests
12s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
Static analysis: src/Elements/NumberInput.php#L49
Call to an undefined method SlackPhp\BlockKit\Elements\NumberInput::decimalAllowed().
Static analysis: src/Elements/NumberInput.php#L61
Property SlackPhp\BlockKit\Elements\NumberInput::$minValue (int|null) does not accept string|null.
Static analysis: src/Elements/NumberInput.php#L68
Property SlackPhp\BlockKit\Elements\NumberInput::$maxValue (int|null) does not accept string|null.
Static analysis: src/Elements/NumberInput.php#L82
Access to an undefined property SlackPhp\BlockKit\Elements\NumberInput::$allowDecimal.
Static analysis: src/Kit.php#L378
Parameter #2 $placeholder of class SlackPhp\BlockKit\Elements\NumberInput constructor expects SlackPhp\BlockKit\Parts\PlainText|string|null, bool|null given.
Static analysis: src/Kit.php#L378
Parameter #5 $dispatchActionConfig of class SlackPhp\BlockKit\Elements\NumberInput constructor expects SlackPhp\BlockKit\Parts\DispatchActionConfig|null, float|int|string|null given.
Static analysis: src/Kit.php#L378
Parameter #8 $focusOnLoad of class SlackPhp\BlockKit\Elements\NumberInput constructor expects bool|null, SlackPhp\BlockKit\Parts\DispatchActionConfig|null given.
Static analysis
Process completed with exit code 1.
Unit tests
Process completed with exit code 2.
Static analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Coding standards
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/