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.
1 parent c3d5acf commit a9a6f09Copy full SHA for a9a6f09
.github/workflows/tests.yml
@@ -14,6 +14,7 @@ jobs:
14
- "8.1"
15
- "8.2"
16
- "8.3"
17
+ - "8.4"
18
19
runs-on: ubuntu-latest
20
@@ -31,3 +32,5 @@ jobs:
31
32
33
- name: "Run test suite"
34
run: "composer tests"
35
+ env:
36
+ PHP_CS_FIXER_IGNORE_ENV: true
src/Control/Option.php
@@ -46,7 +46,7 @@ public static function some($value): self
46
/**
47
* @phpstan-return Option<T>
48
*
49
- * @psalm-return Option<none>
+ * @psalm-return Option<None>
50
*/
51
public static function none(): self
52
{
0 commit comments