Skip to content

Commit b0947a1

Browse files
author
Szymon Kostrubiec
committed
OP-283 - Switched OS header with declare
1 parent 6c76ec5 commit b0947a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/spec/EventListener/PayUResponseExceptionEventListenerSpec.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/*
64
* This file was created by developers working at BitBag
75
* Do you need more information about us and what we do? Visit our https://bitbag.io website!
86
* 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
97
*/
108

9+
declare(strict_types=1);
10+
1111
namespace spec\BitBag\SyliusPayUPlugin\EventListener;
1212

1313
use BitBag\SyliusPayUPlugin\EventListener\PayUResponseExceptionEventListener;

0 commit comments

Comments
 (0)