Skip to content

Commit 42d2462

Browse files
Merge branch '4.3' into 4.4
* 4.3: cleanups Disable PHPUnit result cache on the CI [Security] Cleanup "Digest nonce has expired." translation [Translation] Highlight invalid translation status Added translations in validator for Serbian Cyrillic Added translations in validator for Serbian Latin [EventDispatcher] wrong Request class [DependencyInjection] improved exception message
2 parents 0d362f7 + e5d7a4d commit 42d2462

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
@@ -366,9 +366,9 @@ final public function normalize($value)
366366
/**
367367
* Normalizes the value before any other normalization is applied.
368368
*
369-
* @param $value
369+
* @param mixed $value
370370
*
371-
* @return The normalized array value
371+
* @return mixed The normalized array value
372372
*/
373373
protected function preNormalize($value)
374374
{

0 commit comments

Comments
 (0)