diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 3d32ca8..15ed7ce 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -32,7 +32,7 @@ use phpOMS\Views\View; final class BackendController extends Controller { /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response @@ -56,7 +56,7 @@ final class BackendController extends Controller } /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response @@ -96,7 +96,7 @@ final class BackendController extends Controller } /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response @@ -136,7 +136,7 @@ final class BackendController extends Controller } /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response @@ -157,7 +157,7 @@ final class BackendController extends Controller } /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response @@ -178,7 +178,7 @@ final class BackendController extends Controller } /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index 30e37ac..a0cd4a2 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -17,7 +17,7 @@ namespace Modules\Marketing\Models; use phpOMS\Stdlib\Base\Enum; /** - * Permision state enum. + * Permission category enum. * * @package Modules\Marketing\Models * @license OMS License 2.0 diff --git a/Models/PromotionAttributeValue.php b/Models/PromotionAttributeValue.php index 21faf4f..62f4345 100755 --- a/Models/PromotionAttributeValue.php +++ b/Models/PromotionAttributeValue.php @@ -104,9 +104,9 @@ class PromotionAttributeValue implements \JsonSerializable /** * Localization * - * @var null|BaseStringL11n + * @var string|BaseStringL11n */ - public ?BaseStringL11n $l11n = null; + public string | BaseStringL11n $l11n = ''; /** * Set value diff --git a/Theme/Backend/promotion-profile.tpl.php b/Theme/Backend/promotion-profile.tpl.php index e18c1ca..49f6d74 100755 --- a/Theme/Backend/promotion-profile.tpl.php +++ b/Theme/Backend/promotion-profile.tpl.php @@ -26,7 +26,7 @@ echo $this->data['nav']->render(); ?>
-
+