From a14521017c2cab1f6bf036c1afe2289b2272d3ef Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Fri, 21 Jun 2019 19:57:03 +0200 Subject: [PATCH] Updated const PARAMETERS (markdown) --- const-PARAMETERS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/const-PARAMETERS.md b/const-PARAMETERS.md index f3771aa..a815903 100644 --- a/const-PARAMETERS.md +++ b/const-PARAMETERS.md @@ -32,8 +32,6 @@ A context is defined as a associative array of parameters. The name of a context
Show example
-**Warning**: This example won't work in real applications because both categories have the same set of parameters (`array()`) - ```PHP const PARAMETERS = array( 'My Context 1' => array(), @@ -47,8 +45,6 @@ const PARAMETERS = array(

-**Warning**: Multiple contexts with the same set of parameters are not allowed! - _Notice_: The name of a context can be left empty if only one context is needed!
Show example