Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 11, 2021
1 parent a446b64 commit af9896d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tests/API/ParserInterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace WBW\Library\SkiData\Tests\API;

use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\API\ParserInterface;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Parser interface test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Exception/MissingStartRecordFormatExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace WBW\Library\SkiData\Tests\Exception;

use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Exception\MissingStartRecordFormatException;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Missing start record format exception test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Exception/TooLongDataExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace WBW\Library\SkiData\Tests\Exception;

use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Exception\TooLongDataException;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Too long data exception test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Model/CardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

use DateTime;
use Exception;
use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Model\Card;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Card test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Model/CustomerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

use DateTime;
use Exception;
use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Model\Customer;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Customer test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Model/StartRecordFormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

use DateTime;
use Exception;
use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Model\StartRecordFormat;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Start record format test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Model/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

use DateTime;
use Exception;
use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Model\User;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* User test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Parser/CardParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

use DateTime;
use Exception;
use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Model\Card;
use WBW\Library\SkiData\Parser\CardParser;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Card parser test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Parser/CustomerParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

use DateTime;
use Exception;
use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Model\Customer;
use WBW\Library\SkiData\Parser\CustomerParser;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Customer parser test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Parser/StartRecordFormatParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

use DateTime;
use Exception;
use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Exception\TooLongDataException;
use WBW\Library\SkiData\Model\StartRecordFormat;
use WBW\Library\SkiData\Parser\StartRecordFormatParser;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* Start record format parser test.
Expand Down
2 changes: 1 addition & 1 deletion tests/Parser/UserParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

use DateTime;
use Exception;
use WBW\Library\SkiData\Tests\AbstractTestCase;
use WBW\Library\SkiData\Model\User;
use WBW\Library\SkiData\Parser\UserParser;
use WBW\Library\SkiData\Tests\AbstractTestCase;

/**
* User parser test.
Expand Down

0 comments on commit af9896d

Please sign in to comment.