We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a615203 commit 7451a93Copy full SHA for 7451a93
configuration/micro_kernel_trait.rst
@@ -57,7 +57,7 @@ Next, create an ``index.php`` file that defines the kernel class and runs it:
57
58
return static function (array $context) {
59
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
60
- }
+ };
61
62
.. code-block:: php
63
0 commit comments