Skip to content

Commit 23c3887

Browse files
andrey-helldargithub-actions[bot]
authored andcommitted
🦋 The code style has been fixed
1 parent 5e1319c commit 23c3887

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"style": "npm run lint && npm run format"
1818
},
1919
"devDependencies": {
20-
"@biomejs/biome": "^2.4.6"
20+
"@biomejs/biome": "^2.4.8"
2121
}
2222
}

tests/style.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ public function __construct(
2020

2121
class ValueClass
2222
{
23-
/**
24-
* @param int|string $item Some Value
25-
*/
23+
/** @param int|string $item Some Value */
2624
public function value(int|string $item): int|string
2725
{
2826
$result = static fn () => $item;

0 commit comments

Comments
 (0)