vendor/php-http/httplug-bundle/src/HttplugBundle.php line 13

  1. <?php
  2. declare(strict_types=1);
  3. namespace Http\HttplugBundle;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. /**
  6.  * @author David Buchmann <mail@davidbu.ch>
  7.  * @author Tobias Nyholm <tobias.nyholm@gmail.com>
  8.  */
  9. class HttplugBundle extends Bundle
  10. {
  11. }