Skip to content

Merge remote-tracking branch 'origin/feature/add-preg-match-expressio… #51

Merge remote-tracking branch 'origin/feature/add-preg-match-expressio…

Merge remote-tracking branch 'origin/feature/add-preg-match-expressio… #51

Triggered via push November 12, 2024 10:10
Status Failure
Total duration 24s
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/Capitalize.php#L35
Call to function is_string() with string will always evaluate to true.
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
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/