Skip to content

Improve the fileExtension expression #48

Improve the fileExtension expression

Improve the fileExtension expression #48

Triggered via push November 8, 2024 14:57
Status Failure
Total duration 22s
Artifacts

phpstan-7.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan7: src/AsFloat.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsFloat::evaluate() has no return type specified.
phpstan7: src/AsFloat.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsFloat::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/AsInteger.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsInteger::evaluate() has no return type specified.
phpstan7: src/AsInteger.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsInteger::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/AsString.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsString::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/Capitalize.php#L33
Method Kiboko\Component\StringExpressionLanguage\Capitalize::evaluate() has no return type specified.
phpstan7: src/Capitalize.php#L33
Method Kiboko\Component\StringExpressionLanguage\Capitalize::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/CapitalizeWords.php#L33
Method Kiboko\Component\StringExpressionLanguage\CapitalizeWords::evaluate() has no return type specified.
phpstan7: src/CapitalizeWords.php#L33
Method Kiboko\Component\StringExpressionLanguage\CapitalizeWords::evaluate() has parameter $context with no value type specified in iterable type array.
phpstan7: src/ConvertCharCode.php#L27
Method Kiboko\Component\StringExpressionLanguage\ConvertCharCode::evaluate() has no return type specified.
phpstan7
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/