Reversed the default parameter
This commit is contained in:
parent
13e236f244
commit
50e2d18520
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
* @param bool $nullAllowed True if the parameter value can be null, False otherwise.
|
||||
* @return bool True if the parameter exists, False otherwise.
|
||||
*/
|
||||
public function containsParameter(string $parameter, bool $nullAllowed=true): bool
|
||||
public function containsParameter(string $parameter, bool $nullAllowed=false): bool
|
||||
{
|
||||
if(!$nullAllowed)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue