Skip to content

Commit 967e427

Browse files
committed
Update test cases
1 parent 1c02fda commit 967e427

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Sniffs/fixtures/TestClass3.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,11 @@ public function func7(int $param1): void
6767
public function func8(): int
6868
{
6969
}
70+
71+
/**
72+
* @return int|null|string
73+
*/
74+
public function func9(): ?int
75+
{
76+
}
7077
}

0 commit comments

Comments
 (0)