From 395601ecab0df9729955dd11074c82423c92be61 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Thu, 18 Jan 2018 23:53:27 +0100
Subject: [PATCH] s/NULL/null

---
 config-templates/authmemcookie.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config-templates/authmemcookie.php b/config-templates/authmemcookie.php
index b8e8df8f9..6fa872061 100644
--- a/config-templates/authmemcookie.php
+++ b/config-templates/authmemcookie.php
@@ -33,7 +33,7 @@ $config = array(
 	 * Default:
 	 *  No default value.
 	 */
-	'username' => NULL,
+	'username' => null,
 
 	/*
 	 * This option specifies the name of the attribute which contains the groups of the user. Set this option to
@@ -43,9 +43,9 @@ $config = array(
 	 *  'groups' => 'edupersonaffiliation',
 	 *
 	 * Default:
-	 *  'groups' => NULL,
+	 *  'groups' => null,
 	 */
-	'groups' => NULL,
+	'groups' => null,
 
 	/*
 	 * This option contains the hostnames or IP addresses of the memcache servers where we should store the
-- 
GitLab