Skip to content

Commit ea03c03

Browse files
Update general/development/policies/codingstyle/index.md
Co-authored-by: Copilot <[email protected]>
1 parent d19a2ee commit ea03c03

File tree

1 file changed

+1
-1
lines changed
  • general/development/policies/codingstyle

1 file changed

+1
-1
lines changed

general/development/policies/codingstyle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ All arguments to a function should be explicitly listed out and defined with a t
11681168
```php
11691169
public function badfunction(
11701170
string $text,
1171-
context $context = null,
1171+
?context $context = null,
11721172
array $options = [],
11731173
): string;
11741174
```

0 commit comments

Comments
 (0)