( ! ) Warning: Undefined variable $namespace in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/middleware/Middleware.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0102 | 358288 | {main}( ) | .../Middleware.tpl.php:0 |
;
( ! ) Warning: Undefined variable $use_statements in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/middleware/Middleware.tpl.php on line 5 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0102 | 358288 | {main}( ) | .../Middleware.tpl.php:0 |
final class
( ! ) Warning: Undefined variable $class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/middleware/Middleware.tpl.php on line 7 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0102 | 358288 | {main}( ) | .../Middleware.tpl.php:0 |
implements MiddlewareInterface
{
public function handle(Envelope $envelope, StackInterface $stack): Envelope
{
// ...
return $stack->next()->handle($envelope, $stack);
}
}