Skip to content

Commit

Permalink
Merge branch '5.1' into 5.2
Browse files Browse the repository at this point in the history
* 5.1:
  Fix parameter order
  [DependencyInjection] Fix circular in DI with lazy + byContruct loop
  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
  • Loading branch information
derrabus committed Nov 28, 2020
2 parents a82f301 + d070863 commit c5eedac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KernelBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getKernel()
/**
* Gets the profile associated with the current Response.
*
* @return HttpProfile|false A Profile instance
* @return HttpProfile|false|null A Profile instance
*/
public function getProfile()
{
Expand Down

0 comments on commit c5eedac

Please sign in to comment.