Skip to content

Commit

Permalink
Apply codestyle fixes from latest phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jul 26, 2018
1 parent 331611f commit a5842b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tests/Publisher/SauceLabsPublisherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use Lmc\Steward\ConfigHelper;

/**
* @covers \Lmc\Steward\Publisher\SauceLabsPublisher
* @covers \Lmc\Steward\Publisher\AbstractCloudPublisher
* @covers \Lmc\Steward\Publisher\SauceLabsPublisher
*/
class SauceLabsPublisherTest extends AbstractCloudPublisherTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion src-tests/Publisher/TestingBotPublisherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use Lmc\Steward\ConfigHelper;

/**
* @covers \Lmc\Steward\Publisher\TestingBotPublisher
* @covers \Lmc\Steward\Publisher\AbstractCloudPublisher
* @covers \Lmc\Steward\Publisher\TestingBotPublisher
*/
class TestingBotPublisherTest extends AbstractCloudPublisherTestCase
{
Expand Down

0 comments on commit a5842b9

Please sign in to comment.