Skip to content

Commit 561acf3

Browse files
Merge branch '3.4' into 4.3
* 3.4: Fix inconsistent return points. [Security/Core] UserInterface::getPassword() can return null [Router] Fix TraceableUrlMatcher behaviour with trailing slash
2 parents 510d4b1 + 30842ba commit 561acf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Fixtures/TestClassMagicCall.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ public function __call($method, array $args)
3333
if ('setMagicCallProperty' === $method) {
3434
$this->magicCallProperty = reset($args);
3535
}
36+
37+
return null;
3638
}
3739
}

0 commit comments

Comments
 (0)