1 <?php 
declare(strict_types
=1); 
   4  * This file is part of the Rapsys PackBundle package. 
   6  * (c) Raphaël Gertz <symfony@rapsys.eu> 
   8  * For the full copyright and license information, please view the LICENSE 
   9  * file that was distributed with this source code. 
  12 namespace Rapsys\PackBundle\Context
; 
  14 use Symfony\Component\Asset\Context\NullContext 
as BaseNullContext
; 
  19 class NullContext 
extends BaseNullContext 
{ 
  21          * Returns the base url 
  23          * @return string The base url 
  25         public function getBaseUrl(): string {