Skip to content

Commit 02fd1d4

Browse files
authored
Merge pull request #1490 from andrewnicols/codingStyleExampleFix
[docs] Correct example
2 parents 7cbeccf + a3a4cf6 commit 02fd1d4

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)