vendor/netzmacht/html/src/Infrastructure/SymfonyBundle/NetzmachtHtmlBundle.php line 24

Open in your IDE?
  1. <?php
  2. /**
  3.  * Simple HTML library.
  4.  *
  5.  * @package    html
  6.  * @author     David Molineus <david.molineus@netzmacht.de>
  7.  * @copyright  2017 netzmacht David Molineus. All rights reserved.
  8.  * @license    LGPL 3.0
  9.  * @filesource
  10.  */
  11. declare(strict_types=1);
  12. namespace Netzmacht\Html\Infrastructure\SymfonyBundle;
  13. use Symfony\Component\HttpKernel\Bundle\Bundle;
  14. /**
  15.  * Class NetzmachtHtmlBundle
  16.  *
  17.  * @package Netzmacht\Html\Infrastructure\SymfonyBundle
  18.  */
  19. class NetzmachtHtmlBundle extends Bundle
  20. {
  21. }