Skip to content

Commit eea7e7c

Browse files
Merge pull request #302 from TheDragonCode/code-style-q48inxj
🦋 The code style has been fixed
2 parents 5e1319c + 0ff367c commit eea7e7c

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)