Skip to content

Commit e0edcca

Browse files
Disable PHPUnit result cache on the CI
1 parent 0ba9e36 commit e0edcca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Definition/BaseNode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ final public function normalize($value)
280280
/**
281281
* Normalizes the value before any other normalization is applied.
282282
*
283-
* @param $value
283+
* @param mixed $value
284284
*
285-
* @return The normalized array value
285+
* @return mixed The normalized array value
286286
*/
287287
protected function preNormalize($value)
288288
{

0 commit comments

Comments
 (0)