Skip to content
Snippets Groups Projects
Commit 400753dc authored by Jaime Pérez's avatar Jaime Pérez
Browse files

phpdoc: Minor fixes in phpdoc blocks in SimpleSAML_Error_Error.

parent f50f0297
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment