From 785062041c3b041549525459d4db338916c80e05 Mon Sep 17 00:00:00 2001 From: Carlos C Soto Date: Mon, 25 Sep 2017 14:50:13 -0500 Subject: [PATCH] Update class docblock --- src/XmlSchemaValidator/SchemaValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XmlSchemaValidator/SchemaValidator.php b/src/XmlSchemaValidator/SchemaValidator.php index a06a5f0..84cccd9 100644 --- a/src/XmlSchemaValidator/SchemaValidator.php +++ b/src/XmlSchemaValidator/SchemaValidator.php @@ -5,7 +5,7 @@ use DOMXPath; /** - * This class is a SchemaValidator + * This class is an XML schema validator * It is needed because some XML can contain more than one external schema * and DOM library fails to load it. */