Skip to content

Commit 7dba870

Browse files
Merge branch '3.3' into 3.4
* 3.3: [DI] minor docblock fixes
2 parents 9000ea0 + 709193d commit 7dba870

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

Compiler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public function reset()
5151
/**
5252
* Compiles a node.
5353
*
54-
* @param Node\Node $node The node to compile
55-
*
5654
* @return $this
5755
*/
5856
public function compile(Node\Node $node)

Node/ArrayNode.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ public function addElement(Node $value, Node $key = null)
3838

3939
/**
4040
* Compiles the node to PHP.
41-
*
42-
* @param Compiler $compiler A Compiler instance
4341
*/
4442
public function compile(Compiler $compiler)
4543
{

ParserCache/ArrayParserCache.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
*/
2323
class ArrayParserCache implements ParserCacheInterface
2424
{
25-
/**
26-
* @var array
27-
*/
2825
private $cache = array();
2926

3027
/**

0 commit comments

Comments
 (0)