Skip to content

Commit

Permalink
OP-283 - Switched OS header with declare
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Kostrubiec committed Jun 4, 2024
1 parent 6c76ec5 commit b0947a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

declare(strict_types=1);

/*
* This file was created by developers working at BitBag
* Do you need more information about us and what we do? Visit our https://bitbag.io website!
* We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
*/

declare(strict_types=1);

namespace spec\BitBag\SyliusPayUPlugin\EventListener;

use BitBag\SyliusPayUPlugin\EventListener\PayUResponseExceptionEventListener;
Expand Down

0 comments on commit b0947a1

Please sign in to comment.