Skip to content

Commit

Permalink
Improve CS
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Feb 2, 2018
1 parent 8b6d500 commit e1171cd
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Context/ShippingGatewayContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Context;
Expand Down
1 change: 1 addition & 0 deletions src/Context/ShippingGatewayContextInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Context;
Expand Down
1 change: 1 addition & 0 deletions src/Controller/ShippingExportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Controller;
Expand Down
1 change: 1 addition & 0 deletions src/Controller/ShippingGatewayController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Controller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\DependencyInjection\Compiler;
Expand Down
1 change: 1 addition & 0 deletions src/DependencyInjection/ShippingExportExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\DependencyInjection;
Expand Down
1 change: 1 addition & 0 deletions src/Entity/ShippingExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Entity;
Expand Down
1 change: 1 addition & 0 deletions src/Entity/ShippingExportInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Entity;
Expand Down
1 change: 1 addition & 0 deletions src/Entity/ShippingGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Entity;
Expand Down
1 change: 1 addition & 0 deletions src/Entity/ShippingGatewayInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Entity;
Expand Down
1 change: 1 addition & 0 deletions src/Event/ExportShipmentEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Event;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\EventListener;
Expand Down
1 change: 1 addition & 0 deletions src/Exception/ShippingGatewayLabelNotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Exception;
Expand Down
1 change: 1 addition & 0 deletions src/Exception/ShippingGatewayNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Exception;
Expand Down
1 change: 1 addition & 0 deletions src/Form/Type/ShippingGatewayType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Form\Type;
Expand Down
1 change: 1 addition & 0 deletions src/Menu/ShippingExportMenuBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Menu;
Expand Down
1 change: 1 addition & 0 deletions src/Menu/ShippingGatewayMenuBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Menu;
Expand Down
1 change: 1 addition & 0 deletions src/Repository/ShippingExportRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Repository;
Expand Down
1 change: 1 addition & 0 deletions src/Repository/ShippingExportRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Repository;
Expand Down
1 change: 1 addition & 0 deletions src/Repository/ShippingGatewayRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Repository;
Expand Down
1 change: 1 addition & 0 deletions src/Repository/ShippingGatewayRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* You can find more information about us on https://bitbag.shop and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\ShippingExportPlugin\Repository;
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/translations/messages.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ bitbag:
exported_at: Exported at
exported: Exported
not_exported_yet: Not exported yet
no_new_shipments_to_export: There are no new shipments to export.
no_new_shipments_to_export: There are no new shipments to export.
2 changes: 1 addition & 1 deletion src/Resources/translations/messages.pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ bitbag:
exported_at: Eksportowano
exported: Eksportowano
not_exported_yet: Nie eksportowano
no_new_shipments_to_export: Brak nowych przesyłek do wyeksportowania.
no_new_shipments_to_export: Brak nowych przesyłek do wyeksportowania.

0 comments on commit e1171cd

Please sign in to comment.