Compare commits

..

No commits in common. "dev" and "main" have entirely different histories.
dev ... main

3 changed files with 0 additions and 21 deletions

View file

@ -1,12 +1,5 @@
<?php <?php
/*
* Core PHP Framework
*
* Licensed under the European Union Public Licence (EUPL) v1.2.
* See LICENSE file for details.
*/
declare(strict_types=1); declare(strict_types=1);
namespace Core\Website\Service; namespace Core\Website\Service;

View file

@ -1,12 +1,5 @@
<?php <?php
/*
* Core PHP Framework
*
* Licensed under the European Union Public Licence (EUPL) v1.2.
* See LICENSE file for details.
*/
declare(strict_types=1); declare(strict_types=1);
use Core\Website\Service\View\Features; use Core\Website\Service\View\Features;

View file

@ -1,12 +1,5 @@
<?php <?php
/*
* Core PHP Framework
*
* Licensed under the European Union Public Licence (EUPL) v1.2.
* See LICENSE file for details.
*/
declare(strict_types=1); declare(strict_types=1);
namespace Core\Website\Service\View; namespace Core\Website\Service\View;