Skip to content

Commit 64810f1

Browse files
authored
fix new lint errors
1 parent 353b7db commit 64810f1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/runtime.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ applications:
263263
the "application" and the second callable is the "application" itself::
264264

265265
// public/index.php
266-
267266
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
268267

269268
return function () {

components/uid.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ configure the behavior of the factory using configuration files::
128128
.. code-block:: php
129129
130130
// config/packages/uid.php
131-
132131
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
133132
134133
return static function (ContainerConfigurator $containerConfigurator): void {

0 commit comments

Comments
 (0)