We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d8a6c commit c485c1fCopy full SHA for c485c1f
lib/internal/Magento/Framework/View/Model/Layout/Merge.php
@@ -568,9 +568,9 @@ protected function _loadXmlString($xmlString)
568
* Return object representation of XML string, or false, if XML was invalid
569
*
570
* @param string $xmlString
571
- * @return \SimpleXMLElement
+ * @return \SimpleXMLElement|false
572
*/
573
- protected function _safeLoadXmlString($xmlString)
+ protected function _safeLoadXmlString(string $xmlString): \SimpleXMLElement|false
574
{
575
return simplexml_load_string(
576
$xmlString,
0 commit comments