File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
UrlRewrite/Block/Catalog/Product
Webapi/Model/Rest/Swagger
lib/internal/Magento/Framework/Data Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ protected function _prepareLayoutFeatures()
5555 }
5656
5757 if ($ this ->_getProduct ()->getId ()) {
58- $ this ->_addProductLinkBlock ($ this -> _getProduct () );
58+ $ this ->_addProductLinkBlock ();
5959 }
6060
6161 if ($ this ->_getCategory ()->getId ()) {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class Generator extends AbstractSchemaGenerator
3939 const UNAUTHORIZED_DESCRIPTION = '401 Unauthorized ' ;
4040
4141 /** Array signifier */
42- const ARRAY_SIGNIFIER = '[] ' ;
42+ const ARRAY_SIGNIFIER = '[0 ] ' ;
4343
4444 /**
4545 * Swagger factory instance.
Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ public function toArray($arrRequiredFields = [])
188188 }
189189
190190 /**
191- * @param null $valueField
192- * @param null $labelField
191+ * @param string| null $valueField
192+ * @param string| null $labelField
193193 * @param array $additional
194194 * @return array
195195 */
You can’t perform that action at this time.
0 commit comments