replace preg_match by a custom expression #52
Annotations
10 errors and 1 warning
phpstan6:
src/AsFloat.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsFloat::evaluate() has no return type specified.
|
phpstan6:
src/AsFloat.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsFloat::evaluate() has parameter $context with no value type specified in iterable type array.
|
phpstan6:
src/AsInteger.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsInteger::evaluate() has no return type specified.
|
phpstan6:
src/AsInteger.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsInteger::evaluate() has parameter $context with no value type specified in iterable type array.
|
phpstan6:
src/AsString.php#L27
Method Kiboko\Component\StringExpressionLanguage\AsString::evaluate() has parameter $context with no value type specified in iterable type array.
|
phpstan6:
src/Capitalize.php#L33
Method Kiboko\Component\StringExpressionLanguage\Capitalize::evaluate() has no return type specified.
|
phpstan6:
src/Capitalize.php#L33
Method Kiboko\Component\StringExpressionLanguage\Capitalize::evaluate() has parameter $context with no value type specified in iterable type array.
|
phpstan6:
src/Capitalize.php#L35
Call to function is_string() with string will always evaluate to true.
|
phpstan6:
src/CapitalizeWords.php#L33
Method Kiboko\Component\StringExpressionLanguage\CapitalizeWords::evaluate() has no return type specified.
|
phpstan6:
src/CapitalizeWords.php#L33
Method Kiboko\Component\StringExpressionLanguage\CapitalizeWords::evaluate() has parameter $context with no value type specified in iterable type array.
|
phpstan6
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/
|