From 400753dc06935268b62ed9b03ed47f348e9a646a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no>
Date: Mon, 4 Jul 2016 13:58:49 +0200
Subject: [PATCH] phpdoc: Minor fixes in phpdoc blocks in
 SimpleSAML_Error_Error.

---
 lib/SimpleSAML/Error/Error.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/SimpleSAML/Error/Error.php b/lib/SimpleSAML/Error/Error.php
index 7689d5f75..542c35be4 100644
--- a/lib/SimpleSAML/Error/Error.php
+++ b/lib/SimpleSAML/Error/Error.php
@@ -44,9 +44,9 @@ class SimpleSAML_Error_Error extends SimpleSAML_Error_Exception
 
 
     /**
-     * The name of module which throw error.
+     * The name of module that threw the error.
      *
-     * @var string|NULL
+     * @var string|null
      */
     private $module = null;
 
@@ -62,7 +62,7 @@ class SimpleSAML_Error_Error extends SimpleSAML_Error_Exception
     /**
      * Name of custom include template for the error.
      *
-     * @var string|NULL
+     * @var string|null
      */
     protected $includeTemplate = null;
 
-- 
GitLab