Skip to content

Commit

Permalink
Merge pull request #7493 from spryker/bugfix/cs-tester
Browse files Browse the repository at this point in the history
Fix CS for tester.
  • Loading branch information
dereuromark authored Aug 26, 2020
2 parents c710f11 + 8fe5724 commit 5cf1c76
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
class ExportReservation implements ExportReservationInterface
{
public const CURRENT_DATE_TIME_FORMAT = 'Y-m-d H:i:s';

/**
* @var \Spryker\Zed\Oms\Dependency\Facade\OmsToStoreFacadeInterface
*/
Expand Down
2 changes: 0 additions & 2 deletions tests/SprykerTest/Zed/Oms/_support/OmsBusinessTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
use Spryker\Zed\Oms\Persistence\OmsQueryContainer;

/**
* Inherited Methods
*
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
Expand Down
2 changes: 0 additions & 2 deletions tests/SprykerTest/Zed/Oms/_support/OmsCommunicationTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
use Codeception\Actor;

/**
* Inherited Methods
*
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
Expand Down

0 comments on commit 5cf1c76

Please sign in to comment.