Skip to content

Commit 86929bc

Browse files
committed
Merge branch 'sw-26352/fix-displaying-forms' into '5.7'
SW-26352 - Fix loading of forms See merge request shopware/5/product/shopware!656
2 parents f5b4c9b + a55bc2c commit 86929bc

File tree

2 files changed

+140
-113
lines changed

2 files changed

+140
-113
lines changed

.phpstan-baseline.neon

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -38637,16 +38637,6 @@ parameters:
3863738637
count: 1
3863838638
path: engine/Shopware/Controllers/Frontend/Error.php
3863938639

38640-
-
38641-
message: "#^Access to an undefined property Enlight_View_Default\\:\\:\\$id\\.$#"
38642-
count: 2
38643-
path: engine/Shopware/Controllers/Frontend/Forms.php
38644-
38645-
-
38646-
message: "#^Access to an undefined property Enlight_View_Default\\:\\:\\$sSupport\\.$#"
38647-
count: 4
38648-
path: engine/Shopware/Controllers/Frontend/Forms.php
38649-
3865038640
-
3865138641
message: "#^Binary operation \"\\.\" between ' ' and array\\|string\\|false results in an error\\.$#"
3865238642
count: 1
@@ -38692,36 +38682,11 @@ parameters:
3869238682
count: 1
3869338683
path: engine/Shopware/Controllers/Frontend/Forms.php
3869438684

38695-
-
38696-
message: "#^Method Shopware_Controllers_Frontend_Forms\\:\\:checkFields\\(\\) has no return typehint specified\\.$#"
38697-
count: 1
38698-
path: engine/Shopware/Controllers/Frontend/Forms.php
38699-
38700-
-
38701-
message: "#^Method Shopware_Controllers_Frontend_Forms\\:\\:commitForm\\(\\) has no return typehint specified\\.$#"
38702-
count: 1
38703-
path: engine/Shopware/Controllers/Frontend/Forms.php
38704-
3870538685
-
3870638686
message: "#^Method Shopware_Controllers_Frontend_Forms\\:\\:getContent\\(\\) return type has no value type specified in iterable type array\\.$#"
3870738687
count: 1
3870838688
path: engine/Shopware/Controllers/Frontend/Forms.php
3870938689

38710-
-
38711-
message: "#^Method Shopware_Controllers_Frontend_Forms\\:\\:handleFormPost\\(\\) has no return typehint specified\\.$#"
38712-
count: 1
38713-
path: engine/Shopware/Controllers/Frontend/Forms.php
38714-
38715-
-
38716-
message: "#^Method Shopware_Controllers_Frontend_Forms\\:\\:indexAction\\(\\) has no return typehint specified\\.$#"
38717-
count: 1
38718-
path: engine/Shopware/Controllers/Frontend/Forms.php
38719-
38720-
-
38721-
message: "#^Method Shopware_Controllers_Frontend_Forms\\:\\:renderElementNote\\(\\) has no return typehint specified\\.$#"
38722-
count: 1
38723-
path: engine/Shopware/Controllers/Frontend/Forms.php
38724-
3872538690
-
3872638691
message: "#^Method Shopware_Controllers_Frontend_Forms\\:\\:translateForm\\(\\) has parameter \\$fields with no value type specified in iterable type array\\.$#"
3872738692
count: 1

0 commit comments

Comments
 (0)