Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  Fix a PHP config example
  • Loading branch information
OskarStark committed Jul 25, 2024
2 parents f592e45 + e495a1b commit a615203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/configuration/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Typically, you would set this to ``php://stderr``:
.. code-block:: php
// config/packages/debug.php
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
return static function (ContainerConfigurator $container): void {
$container->extension('debug', [
Expand Down

0 comments on commit a615203

Please sign in to comment.