Skip to content

Commit

Permalink
Cosmetic tweak to satisfy StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich authored Dec 19, 2024
1 parent fd1ddfb commit a3d0e20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public function methodParameterTypeExpansionWorksWithParamsWithPartialAnnotation
'array' => true,
'byReference' => false,
'allowsNull' => false,
'defaultValue' => NULL,
'defaultValue' => null,
'scalarDeclaration' => false,
],
'param3' => [
Expand All @@ -238,7 +238,7 @@ public function methodParameterTypeExpansionWorksWithParamsWithPartialAnnotation
'array' => false,
'byReference' => false,
'allowsNull' => true,
'defaultValue' => NULL,
'defaultValue' => null,
'scalarDeclaration' => false,
],
];
Expand Down

0 comments on commit a3d0e20

Please sign in to comment.