Notice: fwrite(): Write of 344 bytes failed with errno=28 No space left on device in /srv/app/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php on line 159
Notice: fwrite(): Write of 352 bytes failed with errno=28 No space left on device in /srv/app/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php on line 159
Notice: fwrite(): Write of 507 bytes failed with errno=28 No space left on device in /srv/app/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php on line 159 Symfony Profiler
Symfony Profiler
vendor/nelmio/alice/src/Bridge/Symfony/NelmioAliceBundle.php line 22
<?php
/*
* This file is part of the Alice package.
*
* (c) Nelmio <hello@nelm.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Nelmio\Alice\Bridge\Symfony;
use Nelmio\Alice\Bridge\Symfony\DependencyInjection\Compiler\CheckBundleDependenciesPass;
use Nelmio\Alice\Bridge\Symfony\DependencyInjection\Compiler\RegisterFakerProvidersPass;
use Nelmio\Alice\Bridge\Symfony\DependencyInjection\Compiler\RegisterTagServicesPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class NelmioAliceBundle extends Bundle
{
public function build(ContainerBuilder $container): void