Skip to content

Commit

Permalink
[PSR-2] Add one blank line after the namespace declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Jul 6, 2015
1 parent 5f817ed commit c65eda0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/Helper/Mocks/FakeEntityMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace PrestaShop\PrestaShop\Tests\Helper\Mocks;


use Adapter_EntityMapper;
use Exception;
use ObjectModel;
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/classes/db/DbTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

namespace PrestaShop\PrestaShop\Tests\Integration\Classes\Db;


use Db;
use PrestaShop\PrestaShop\Tests\TestCase\IntegrationTestCase;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

namespace PrestaShop\PrestaShop\Tests\Unit\Classes\Tax;


use PrestaShop\PrestaShop\Tests\TestCase\UnitTestCase;
use AverageTaxOfProductsTaxCalculator;
use Phake;
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/classes/tax/TaxCalculatorCoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

namespace PrestaShop\PrestaShop\Tests\Unit\Classes\Tax;


use PHPUnit_Framework_TestCase;
use Tax;
use TaxCalculator;
Expand Down
1 change: 0 additions & 1 deletion tests/module_testing/DummyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace PrestaShop\PrestaShop\Tests\Unit;


use PHPUnit_Framework_TestCase;

class DummyTest extends PHPUnit_Framework_TestCase
Expand Down

0 comments on commit c65eda0

Please sign in to comment.