Skip to content

Commit b72bcf4

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Remove semicolon marking previous end of statement
2 parents c430953 + 5184c00 commit b72bcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ reusable configuration value. By convention, parameters are defined under the
259259
260260
// PHP constants as parameter values
261261
->set('app.some_constant', GLOBAL_CONSTANT)
262-
->set('app.another_constant', BlogPost::MAX_ITEMS);
262+
->set('app.another_constant', BlogPost::MAX_ITEMS)
263263
264264
// Enum case as parameter values
265265
->set('app.some_enum', PostState::Published);

0 commit comments

Comments
 (0)