Skip to content

Commit 734bd6b

Browse files
adrolterOskarStark
authored andcommitted
Remove semicolon marking previous end of statement
1 parent fa4e20f commit 734bd6b

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)