Skip to content

Instantly share code, notes, and snippets.

@shopwareBot
shopwareBot / HttpKernel.php.patch
Created September 19, 2022 14:03
Fix type annotation for shopware/platform:v6.4.15.0
diff --git a/src/HttpKernel.php b/src/HttpKernel.php
index bafa884..db29ad0 100644
--- a/src/HttpKernel.php
+++ b/src/HttpKernel.php
@@ -4,5 +4,5 @@ namespace Shopware\Production;
class HttpKernel extends \Shopware\Core\HttpKernel
{
- protected static $kernelClass = Kernel::class;
+ protected static string $kernelClass = Kernel::class;
@shopwareBot
shopwareBot / HttpKernel.php
Created September 19, 2022 14:03
Fix type annotation for shopware/platform:v6.4.15.0
diff --git a/src/HttpKernel.php b/src/HttpKernel.php
index bafa884..db29ad0 100644
--- a/src/HttpKernel.php
+++ b/src/HttpKernel.php
@@ -4,5 +4,5 @@ namespace Shopware\Production;
class HttpKernel extends \Shopware\Core\HttpKernel
{
- protected static $kernelClass = Kernel::class;
+ protected static string $kernelClass = Kernel::class;
@shopwareBot
shopwareBot / 2017-03-27_CLA_licence.md
Last active September 23, 2021 11:58
2017-10-23 CLA Licence

shopware AG

CONTRIBUTOR LICENSE AGREEMENT

This Contributor License Agreement ("CLA") documents the rights granted by Contributors to shopware AG. This Agreement will govern all Contributions made by the Contributor.

This Agreement is between shopware AG, Ebbinghoff 10, 48624 Schöppingen [Germany] ("Shopware"), and the person [or entity] making a Contribution to Shopware ("Contributor" and collectively with Shopware, the "Parties").

1. Definitions.

1.1 "Contribution" means any intellectual creation (software and / or documentation), including any revisions or additions to existing works submitted by the Contributor to a project and in which the Contributor has the rights of use and exploitation under copyright law.