We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbb503 commit 64ff598Copy full SHA for 64ff598
src/Reflection/Native/NativeFunctionReflection.php
@@ -26,10 +26,10 @@ public function __construct(
26
private ?Type $throwType,
27
private TrinaryLogic $hasSideEffects,
28
private bool $isDeprecated,
29
- ?Assertions $assertions = null,
30
- private ?string $phpDocComment = null,
31
- ?TrinaryLogic $returnsByReference = null,
32
- private bool $acceptsNamedArguments = true,
+ ?Assertions $assertions,
+ private ?string $phpDocComment,
+ ?TrinaryLogic $returnsByReference,
+ private bool $acceptsNamedArguments,
33
)
34
{
35
$this->assertions = $assertions ?? Assertions::createEmpty();
0 commit comments