File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Example of Method DocBlock:
124124
public function setHttpMethodSuffix($method, $suffix)
125125
```
126126

127-
If a function definition goes over multiple lines, all lines must be indented with one tab and the closing brace must go on the same line as the last parameter.
127+
If a function definition goes over multiple lines, all lines must be indented with one tab and the closing bracket must go on the same line as the last parameter.
128128

129129
```php
130130
function fooBar($param1, $param2,

0 commit comments

Comments
 (0)