Skip to content

Commit 1c6c5eb

Browse files
authored
Update link (#77)
1 parent f493b44 commit 1c6c5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Formatter/XmlDataResponseFormatter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private function buildObject(DOMDocument $dom, $element, object $object, $tagNam
202202
* Safely creates a DOMElement instance by the specified tag name if the tag name is not empty,
203203
* is not integer, and is valid. Otherwise {@see DEFAULT_ITEM_TAG_NAME} value is used.
204204
*
205-
* @see http://stackoverflow.com/questions/2519845/how-to-check-if-string-is-a-valid-xml-element-name/2519943#2519943
205+
* @see https://stackoverflow.com/questions/2519845/how-to-check-if-string-is-a-valid-xml-element-name/2519943#2519943
206206
*
207207
* @param DOMDocument $dom The root DOM document.
208208
* @param int|string|null $tagName The tag name.

0 commit comments

Comments
 (0)