chore(deps-dev): bump @biomejs/biome from 1.5.3 to 1.7.1 #190
Annotations
10 errors and 6 warnings
Run PHPCS:
src/PhpSample.php#L1
Missing declare(strict_types=1).
|
Run PHPCS:
src/PhpSample.php#L4
Type App\PsalmSample is not used in this file.
|
Run PHPCS:
src/PhpSample.php#L4
Use App\PsalmSample is from the same namespace – that is prohibited.
|
Run PHPCS:
src/PhpSample.php#L6
Class name doesn't match filename; expected "class PhpSample"
|
Run PHPCS:
src/PhpSample.php#L11
Expected "int" but found "integer" in @param annotation.
|
Run PHPCS:
src/PhpSample.php#L24
Multi-line arrays must have a trailing comma after the last element.
|
Run PHPCS:
src/PhpSample.php#L29
Operator == prohibited; use === instead
|
Run PHPCS:
src/PhpSample.php#L33
Operator == prohibited; use === instead
|
Run PHPCS:
src/PhpSample.php#L46
Method name "PhpAllSample::foo_Bar" is not in camel caps format
|
Run PHPCS:
src/PhpSample.php#L46
Visibility must be declared on method "foo_Bar"
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run PHPCS:
src/PhpSample.php#L8
Property name "$_string" should not be prefixed with an underscore to indicate visibility
|
Run PHPCS:
src/PhpSample.php#L19
Line exceeds 120 characters; contains 122 characters
|
Run PHPCS:
src/PhpSample.php#L20
Line exceeds 120 characters; contains 125 characters
|
Run PHPCS:
src/PhpSample.php#L47
Silencing errors is discouraged; found: @fopen($filPath...
|
Run PHPCS:
src/PhpSample.php#L48
Silencing errors is discouraged; found: @$array[$notExistingKey...
|
Loading