Skip to content

Commit

Permalink
Merge branch 'ntr/remove-strict-type-declaration' into 'master'
Browse files Browse the repository at this point in the history
NTR - Remove strict_types declaration from new files

See merge request shopware/5/services/swagpaymentpaypalunified!11
  • Loading branch information
mitelg committed Oct 28, 2019
2 parents 01dfd59 + c2f4c20 commit 61a52bb
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Components/Backend/CaptureService.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Components/Backend/PaymentDetailsService.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Components/Exception/OrderNotFoundException.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Components/Services/PaymentStatusService.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/Components/Backend/CaptureServiceTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/Components/Backend/OrderTrait.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/Components/Backend/VoidServiceTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/AuthorizationResourceMock.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/CaptureResourceMock.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/OrderResourceMock.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/CaptureAuthorization.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/CaptureOrder.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/CreatePaymentSale.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/GetPaymentAuthorization.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/GetPaymentInstallments.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/GetPaymentOrder.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/GetPaymentSale.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/GetSale.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/RefundCapture.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/VoidAuthorization.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/ResultSet/VoidOrder.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Mocks/SaleResourceMock.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* (c) shopware AG <[email protected]>
*
Expand Down

0 comments on commit 61a52bb

Please sign in to comment.