vendor/nucleos/dompdf-bundle/src/NucleosDompdfBundle.php line 16
<?phpdeclare(strict_types=1);/** (c) Christian Gripp <mail@core23.de>** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*/namespace Nucleos\DompdfBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;final class NucleosDompdfBundle extends Bundle{}