Skip to content

Commit 116d5c9

Browse files
Merge branch '6.2' into 6.3
* 6.2: CS fix Fix test provider
2 parents a6c4ebd + 83e1fee commit 116d5c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ExpressionLanguage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ public function lint(Expression|string $expression, ?array $names): void
110110
* @param callable $compiler A callable able to compile the function
111111
* @param callable $evaluator A callable able to evaluate the function
112112
*
113+
* @return void
114+
*
113115
* @throws \LogicException when registering a function after calling evaluate(), compile() or parse()
114116
*
115117
* @see ExpressionFunction
116-
*
117-
* @return void
118118
*/
119119
public function register(string $name, callable $compiler, callable $evaluator)
120120
{

Node/GetAttrNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function toArray(): array
154154
}
155155

156156
/**
157-
* Provides BC with instances serialized before v6.2
157+
* Provides BC with instances serialized before v6.2.
158158
*/
159159
public function __unserialize(array $data): void
160160
{

0 commit comments

Comments
 (0)