Skip to content

Commit a3a4cf6

Browse files
committed
[docs] Correct example
1 parent 4063447 commit a3a4cf6

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
@@ -1180,7 +1180,7 @@ Instead of a generic array of options, each option should be specified as a func
11801180
<ValidExample>
11811181

11821182
```php
1183-
function goodfunction(
1183+
function good_function(
11841184
string $text,
11851185
?context $context = null,
11861186
bool $trusted = false,

0 commit comments

Comments
 (0)