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

Commit

Permalink
prepare next rc version (#284)
Browse files Browse the repository at this point in the history
* prepare next rc version

* Apply fixes from StyleCI (#285)

[ci skip] [skip ci]
  • Loading branch information
ElectricMaxxx authored May 1, 2018
1 parent 2a7d6a8 commit fe0cd42
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Block/ReferenceBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
class ReferenceBlockService extends AbstractBlockService implements BlockServiceInterface
{
protected $blockRenderer;

protected $blockContextManager;

/**
Expand Down
4 changes: 4 additions & 0 deletions src/Cache/BlockJsCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
class BlockJsCache implements CacheAdapterInterface
{
protected $router;

protected $blockRenderer;

protected $blockLoader;

protected $blockContextManager;

protected $sync;

/**
Expand Down
2 changes: 2 additions & 0 deletions src/Cache/BlockSsiCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
class BlockSsiCache extends SsiCache
{
protected $blockRenderer;

protected $blockLoader;

protected $blockContextManager;

/**
Expand Down
1 change: 1 addition & 0 deletions src/Templating/Helper/EmbedBlocksParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
class EmbedBlocksParser
{
private $prefix;

private $postfix;

/**
Expand Down
3 changes: 3 additions & 0 deletions tests/Functional/Block/PhpcrBlockLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class PhpcrBlockLoaderTest extends \PHPUnit_Framework_TestCase
* @var \PHPUnit_Framework_MockObject_MockObject
*/
private $registryMock;

/**
* @var \PHPUnit_Framework_MockObject_MockObject
*/
Expand All @@ -38,7 +39,9 @@ class PhpcrBlockLoaderTest extends \PHPUnit_Framework_TestCase
* @var AuthorizationCheckerInterface|\PHPUnit_Framework_MockObject_MockObject
*/
private $pwcMock;

private $requestStackMock;

private $request;

public function setUp()
Expand Down

0 comments on commit fe0cd42

Please sign in to comment.