Skip to content

Commit

Permalink
Fix phpdocs in HttpClient, HttpFoundation, HttpKernel, Intl components
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault committed Feb 17, 2023
1 parent 88bb0c2 commit e3a2793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fragment/HIncludeFragmentRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class HIncludeFragmentRenderer extends RoutableFragmentRenderer
private $charset;

/**
* @param string $globalDefaultTemplate The global default content (it can be a template name or the content)
* @param string|null $globalDefaultTemplate The global default content (it can be a template name or the content)
*/
public function __construct(Environment $twig = null, UriSigner $signer = null, string $globalDefaultTemplate = null, string $charset = 'utf-8')
{
Expand Down
4 changes: 2 additions & 2 deletions HttpCache/SurrogateInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public function needsParsing(Response $response);
/**
* Renders a Surrogate tag.
*
* @param string $alt An alternate URI
* @param string $comment A comment to add as an esi:include tag
* @param string|null $alt An alternate URI
* @param string $comment A comment to add as an esi:include tag
*
* @return string
*/
Expand Down

0 comments on commit e3a2793

Please sign in to comment.