Skip to content

Commit e3a2793

Browse files
committed
Fix phpdocs in HttpClient, HttpFoundation, HttpKernel, Intl components
1 parent 88bb0c2 commit e3a2793

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Fragment/HIncludeFragmentRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class HIncludeFragmentRenderer extends RoutableFragmentRenderer
3030
private $charset;
3131

3232
/**
33-
* @param string $globalDefaultTemplate The global default content (it can be a template name or the content)
33+
* @param string|null $globalDefaultTemplate The global default content (it can be a template name or the content)
3434
*/
3535
public function __construct(Environment $twig = null, UriSigner $signer = null, string $globalDefaultTemplate = null, string $charset = 'utf-8')
3636
{

HttpCache/SurrogateInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public function needsParsing(Response $response);
5959
/**
6060
* Renders a Surrogate tag.
6161
*
62-
* @param string $alt An alternate URI
63-
* @param string $comment A comment to add as an esi:include tag
62+
* @param string|null $alt An alternate URI
63+
* @param string $comment A comment to add as an esi:include tag
6464
*
6565
* @return string
6666
*/

0 commit comments

Comments
 (0)