File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/Widget/Model Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ public function getWidgetByClassType($type)
131
131
*/
132
132
public function getConfigAsXml ($ type )
133
133
{
134
+ // phpstan:ignore
134
135
return $ this ->getXmlElementByType ($ type );
135
136
}
136
137
@@ -463,7 +464,7 @@ protected function sortParameters($firstElement, $secondElement)
463
464
/**
464
465
* Encode reserved chars
465
466
*
466
- * @param $string
467
+ * @param string $string
467
468
* @return string|string[]
468
469
*/
469
470
private function encodeReservedChars ($ string )
@@ -483,7 +484,7 @@ private function encodeReservedChars($string)
483
484
/**
484
485
* Decode reserved chars
485
486
*
486
- * @param $string
487
+ * @param string $string
487
488
* @return array
488
489
*/
489
490
public function decodeReservedChars ($ string )
@@ -503,8 +504,8 @@ public function decodeReservedChars($string)
503
504
/**
504
505
* Is text type Widget parameter
505
506
*
506
- * @param $widget
507
- * @param $name
507
+ * @param \Magento\Framework\DataObject $widget
508
+ * @param string $name
508
509
* @return bool
509
510
*/
510
511
private function isTextType ($ widget , $ name )
You can’t perform that action at this time.
0 commit comments