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

Commit ab9fa1d

Browse files
committed
Merge remote-tracking branch 'origin/2.0'
2 parents 7f479c7 + e8140f7 commit ab9fa1d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Adapter/PhpcrOdmAdapter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ class PhpcrOdmAdapter implements AdapterInterface
3030
const TAG_NO_MULTILANG = 'no-multilang';
3131

3232
protected $dm;
33+
3334
protected $baseRoutePath;
35+
3436
protected $autoRouteFqcn;
3537

3638
/**

tests/Unit/Adapter/PhpcrOdmAdapterTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ class PhpcrOdmAdapterTest extends \PHPUnit_Framework_TestCase
3939
private $metadata;
4040

4141
private $contentDocument;
42+
4243
private $contentDocument2;
44+
4345
private $baseNode;
46+
4447
private $parentRoute;
4548

4649
/**
@@ -62,6 +65,7 @@ class PhpcrOdmAdapterTest extends \PHPUnit_Framework_TestCase
6265
* @var NodeInterface|ObjectProphecy
6366
*/
6467
private $phpcrRootNode;
68+
6569
private $baseRoutePath;
6670

6771
/**

0 commit comments

Comments
 (0)