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 d1ce092 commit ac19459Copy full SHA for ac19459
tests/Stubs/Author.php
@@ -17,9 +17,15 @@
17
*/
18
final class Author
19
{
20
- public string $firstName;
+ /**
21
+ * @var string
22
+ */
23
+ public $firstName;
24
- public string $lastName;
25
26
27
28
+ public $lastName;
29
30
public static function create(string $firstName, string $lastName): self
31
tests/Stubs/TestMessage.php
@@ -21,6 +21,7 @@ final class TestMessage
* @var string
private $componentName;
+
/**
* @var string|null
0 commit comments