We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e1319c + 0ff367c commit eea7e7cCopy full SHA for eea7e7c
2 files changed
package.json
@@ -17,6 +17,6 @@
17
"style": "npm run lint && npm run format"
18
},
19
"devDependencies": {
20
- "@biomejs/biome": "^2.4.6"
+ "@biomejs/biome": "^2.4.8"
21
}
22
tests/style.php
@@ -20,9 +20,7 @@ public function __construct(
class ValueClass
{
23
- /**
24
- * @param int|string $item Some Value
25
- */
+ /** @param int|string $item Some Value */
26
public function value(int|string $item): int|string
27
28
$result = static fn () => $item;
0 commit comments