number input #75
continuous-integration.yml
on: pull_request
Coding standards
2m 27s
Static analysis
14s
Unit tests
12s
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/
|