Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 5c6bd22

Browse files
fix style CI hints (#301)
* use common conditional version signs * Apply fixes from StyleCI (#302) [ci skip] [skip ci]
1 parent be22edb commit 5c6bd22

File tree

11 files changed

+14
-0
lines changed

11 files changed

+14
-0
lines changed

tests/Fixtures/App/Admin/TestContentAdmin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
class TestContentAdmin extends Admin
2323
{
2424
protected $baseRouteName = 'cmf_menu_test_content';
25+
2526
protected $baseRoutePattern = '/cmf/menu-test/content';
2627

2728
protected function configureListFields(ListMapper $listMapper)

tests/Fixtures/App/DataFixtures/PHPCR/LoadMenuData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
class LoadMenuData implements FixtureInterface
2424
{
2525
protected $menuRoot;
26+
2627
protected $routeRoot;
2728

2829
public function load(ObjectManager $manager)

tests/Fixtures/App/Document/Content.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class Content implements MenuNodeReferrersInterface, RouteReferrersReadInterface
5959
* )
6060
*/
6161
protected $routes;
62+
6263
private $published;
6364

6465
public function __construct()

tests/Functional/Doctrine/Phpcr/MenuNodeTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
class MenuNodeTest extends BaseTestCase
2121
{
2222
private $content;
23+
2324
/**
2425
* @var DocumentManager
2526
*/
2627
private $dm;
28+
2729
private $rootDocument;
30+
2831
/**
2932
* @var MenuNode
3033
*/

tests/Functional/Doctrine/Phpcr/MenuTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class MenuTest extends BaseTestCase
2323
* @var DocumentManager
2424
*/
2525
private $dm;
26+
2627
private $rootDocument;
2728

2829
protected function setUp()

tests/Unit/Extension/ContentExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
class ContentExtensionTest extends \PHPUnit_Framework_TestCase
1818
{
1919
private $generator;
20+
2021
private $subject;
2122

2223
public function setUp()

tests/Unit/Loader/VotingNodeLoaderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
class VotingNodeLoaderTest extends \PHPUnit_Framework_TestCase
1717
{
1818
private $subject;
19+
1920
private $factory;
21+
2022
private $dispatcher;
2123

2224
public function setUp()

tests/Unit/QuietFactoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
class QuietFactoryTest extends \PHPUnit_Framework_TestCase
1717
{
1818
private $innerFactory;
19+
1920
private $logger;
2021

2122
protected function setUp()

tests/Unit/Voter/RequestContentIdentityVoterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
class RequestContentIdentityVoterTest extends \PHPUnit_Framework_TestCase
1717
{
1818
private $voter;
19+
1920
private $request;
2021

2122
protected function setUp()

tests/Unit/Voter/RequestParentContentIdentityVoterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
class RequestParentContentIdentityVoterTest extends \PHPUnit_Framework_TestCase
1717
{
1818
private $voter;
19+
1920
private $request;
2021

2122
protected function setUp()

0 commit comments

Comments
 (0)