Skip to content

Commit a5ae564

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fix parameter order [DependencyInjection] Fix circular in DI with lazy + byContruct loop Allow symfony/semaphore on PHP8 adjust Client::getProfile() typehint adjust KernelBrowser::getProfile() typehint fix: resolving pt translation issues Update VERSION for 3.4.47 Update CONTRIBUTORS for 3.4.47 Update CHANGELOG for 3.4.47 Add Romanian missing translations [DependencyInjection][Translator] Silent deprecation triggered by libxml_disable_entity_loader fix lexing strings containing escaped quotation characters prevent duplicated error message for file upload limits ignore the pattern attribute for textareas fix: solving pt-br translation issues
2 parents b807e90 + c5eedac commit a5ae564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KernelBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getKernel()
6565
/**
6666
* Gets the profile associated with the current Response.
6767
*
68-
* @return HttpProfile|false A Profile instance
68+
* @return HttpProfile|false|null A Profile instance
6969
*/
7070
public function getProfile()
7171
{

0 commit comments

Comments
 (0)