Skip to content

Commit 87521c4

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 65e982a commit 87521c4

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

src/Functional/DbManager/PHPCR.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
class PHPCR
2424
{
2525
protected $container;
26+
2627
protected $om;
2728

2829
/**

src/HttpKernel/TestKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
abstract class TestKernel extends Kernel
3131
{
3232
protected $bundleSets = [];
33+
3334
protected $requiredBundles = [];
3435

3536
/**

src/Phpunit/DatabaseTestListener.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
class DatabaseTestListener implements \PHPUnit_Framework_TestListener
1919
{
2020
protected static $currentSuite;
21+
2122
private $processCallable;
23+
2224
private $prefix = [];
2325

2426
public function __construct(callable $processCallable = null)

src/Unit/Constraint/SchemaAcceptsXml.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
class SchemaAcceptsXml extends \PHPUnit_Framework_Constraint
1515
{
1616
protected $xml;
17+
1718
protected $failingElement;
19+
1820
protected $errors;
1921

2022
public function __construct($xml)

tests/Functional/BaseTestCaseTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
class BaseTestCaseTest extends \PHPUnit_Framework_TestCase
1717
{
1818
private $container;
19+
1920
private $kernel;
21+
2022
private $testCase;
23+
2124
private $client;
2225

2326
protected function setUp()

tests/HttpKernel/TestKernelTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
class TestKernelTest extends \PHPUnit_Framework_TestCase
2121
{
2222
private $kernel;
23+
2324
private $mockBundle;
2425

2526
protected function setUp()

tests/Phpunit/DatabaseTestListenerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
class DatabaseTestListenerTest extends \PHPUnit_Framework_TestCase
1717
{
1818
protected $listener;
19+
1920
private $processCallable;
21+
2022
private static $i;
23+
2124
private $process;
2225

2326
protected function setUp()

0 commit comments

Comments
 (0)