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 0a08ac6 commit bb225c0Copy full SHA for bb225c0
src/Compiler/FileDescriptorProto.php
@@ -24,9 +24,9 @@
24
*/
25
public function __construct(
26
#[Reflection\Field(1, Reflection\StringT::T)]
27
- public ?string $name = null,
+ public string $name,
28
#[Reflection\Field(2, Reflection\StringT::T)]
29
- public ?string $package = null,
+ public string $package,
30
#[Reflection\Field(3, new Reflection\ListT(Reflection\StringT::T))]
31
public array $dependencies = [],
32
#[Reflection\Field(10, new Reflection\ListT(Reflection\Int32T::T))]
0 commit comments