Skip to content

Commit 78dd8bc

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Remove semicolon marking previous end of statement
2 parents 618d70b + ce4c1ae commit 78dd8bc

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
@@ -263,7 +263,7 @@ reusable configuration value. By convention, parameters are defined under the
263263
264264
// PHP constants as parameter values
265265
->set('app.some_constant', GLOBAL_CONSTANT)
266-
->set('app.another_constant', BlogPost::MAX_ITEMS);
266+
->set('app.another_constant', BlogPost::MAX_ITEMS)
267267
268268
// Enum case as parameter values
269269
->set('app.some_enum', PostState::Published);

0 commit comments

Comments
 (0)