Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  Remove semicolon marking previous end of statement
  • Loading branch information
OskarStark committed Dec 16, 2023
2 parents 618d70b + ce4c1ae commit 78dd8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ reusable configuration value. By convention, parameters are defined under the
// PHP constants as parameter values
->set('app.some_constant', GLOBAL_CONSTANT)
->set('app.another_constant', BlogPost::MAX_ITEMS);
->set('app.another_constant', BlogPost::MAX_ITEMS)
// Enum case as parameter values
->set('app.some_enum', PostState::Published);
Expand Down

0 comments on commit 78dd8bc

Please sign in to comment.