Skip to content

Commit 8434102

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [HttpClient][PHPDoc] Fix 2 remaining return mixed [Cache] [FrameworkBundle] Fix logging for TagAwareAdapter [Route] Better inline requirements and defaults parsing Simplified condition and removed unused code from AbstractSessionListener::onKernelRequest [PhpUnitBridge] Fix phpunit symlink on Windows [Yaml] Fixed infinite loop when parser goes through an additional and invalid closing tag [Form] Fix 'invalid_message' use in multiple ChoiceType
2 parents e254b41 + ad12a30 commit 8434102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HttpClient/ResponseInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ public function cancel(): void;
102102
*
103103
* Other info SHOULD be named after curl_getinfo()'s associative return value.
104104
*
105-
* @return array|mixed An array of all available info, or one of them when $type is
106-
* provided, or null when an unsupported type is requested
105+
* @return mixed An array of all available info, or one of them when $type is
106+
* provided, or null when an unsupported type is requested
107107
*/
108108
public function getInfo(string $type = null);
109109
}

0 commit comments

Comments
 (0)