Skip to content

Commit 476a382

Browse files
committed
MAGETWO-69964: PHPCS cannot parse correctly syntax of PHP 7.x return types
1 parent b642f06 commit 476a382

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

dev/tests/integration/testsuite/Magento/Framework/Stdlib/DateTime/Filter/DataTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Framework\Stdlib\DateTime\Filter;
87

9-
108
class DataTest extends \PHPUnit_Framework_TestCase
119
{
1210
/**

setup/src/Magento/Setup/Model/FixtureGenerator/ConfigurableProductGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public function __construct(
4242
) {
4343
$this->productGeneratorFactory = $productGeneratorFactory;
4444
$this->autoIncrement = $autoIncrement;
45-
4645
}
4746

4847
/**

0 commit comments

Comments
 (0)