Skip to content

Commit

Permalink
revert move of comment since styleCI hates it @Guite
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Dec 13, 2019
1 parent 09d4c6c commit aa4217c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Zikula package.
*
Expand All @@ -9,8 +11,6 @@
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Zikula\Bundle\CoreInstallerBundle\Stage;

use Zikula\Component\Wizard\StageInterface;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Zikula package.
*
Expand All @@ -9,8 +11,6 @@
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Zikula\Bundle\CoreInstallerBundle\Stage\Install;

use Zikula\Bundle\CoreInstallerBundle\Stage\AjaxStageInterface;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Zikula package.
*
Expand All @@ -9,8 +11,6 @@
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Zikula\Bundle\CoreInstallerBundle\Stage\Upgrade;

use Zikula\Bundle\CoreBundle\HttpKernel\ZikulaKernel;
Expand Down

0 comments on commit aa4217c

Please sign in to comment.