Skip to content

Commit 2eeb15f

Browse files
committed
:octocat: docfix
1 parent a6f27ba commit 2eeb15f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Psr7/message_helpers.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ function normalize_nested_file_spec(array $files = []):array{
384384
}
385385

386386
/**
387-
* @todo
388-
*
389387
* @param \Psr\Http\Message\ResponseInterface $response
390388
* @param bool|null $assoc
391389
*
@@ -400,8 +398,6 @@ function get_json(ResponseInterface $response, bool $assoc = null){
400398
* @param bool|null $assoc
401399
*
402400
* @return \SimpleXMLElement
403-
* @todo
404-
*
405401
*/
406402
function get_xml(ResponseInterface $response, bool $assoc = null){
407403
$data = simplexml_load_string($response->getBody()->getContents());

0 commit comments

Comments
 (0)