From dc76beecb9f9142929715ef1c63065a6a809988c Mon Sep 17 00:00:00 2001 From: Chad Gray Date: Sun, 13 Jul 2014 08:09:07 -0400 Subject: [PATCH] PHPCS fixes for Zend\Dom --- src/Document.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Document.php b/src/Document.php index 8ece0b4..456e17f 100644 --- a/src/Document.php +++ b/src/Document.php @@ -288,7 +288,6 @@ public function registerXpathNamespaces($xpathNamespaces) $this->xpathNamespaces = $xpathNamespaces; } - /** * Get Document's registered XPath PHP Functions *