Skip to content

Commit 3cdb53b

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 5f0b22a + 2d5fcab commit 3cdb53b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CookieJar.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ public function get($name, $path = '/', $domain = null)
6060
}
6161
}
6262
}
63+
64+
return null;
6365
}
6466

6567
/**

0 commit comments

Comments
 (0)