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 353b7db commit 64810f1Copy full SHA for 64810f1
components/runtime.rst
@@ -263,7 +263,6 @@ applications:
263
the "application" and the second callable is the "application" itself::
264
265
// public/index.php
266
-
267
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
268
269
return function () {
components/uid.rst
@@ -128,7 +128,6 @@ configure the behavior of the factory using configuration files::
128
.. code-block:: php
129
130
// config/packages/uid.php
131
132
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
133
134
return static function (ContainerConfigurator $containerConfigurator): void {
0 commit comments