Skip to content

Commit fd634e8

Browse files
Update general/development/policies/codingstyle/index.md
Co-authored-by: Andrew Lyons <[email protected]>
1 parent f1f6489 commit fd634e8

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
@@ -1166,7 +1166,7 @@ All arguments to a function should be explicitly listed out and defined with a t
11661166
<InvalidExample>
11671167

11681168
```php
1169-
public function badfunction(
1169+
public function bad_function(
11701170
string $text,
11711171
?context $context = null,
11721172
array $options = [],

0 commit comments

Comments
 (0)