diff --git a/src/Cloud/Decorator/AbstractDecorator.php b/src/Cloud/Decorator/AbstractDecorator.php index 4d6c954..b26109e 100644 --- a/src/Cloud/Decorator/AbstractDecorator.php +++ b/src/Cloud/Decorator/AbstractDecorator.php @@ -114,7 +114,7 @@ public function setEscaper($escaper) $this->escaper = $escaper; return $this; } - + /** * Retrieve Escaper instance * @@ -132,8 +132,8 @@ public function getEscaper() /** * Validate an HTML element name - * - * @param string $name + * + * @param string $name * @throws Exception\InvalidElementNameException */ protected function validateElementName($name) @@ -149,8 +149,8 @@ protected function validateElementName($name) /** * Validate an HTML attribute name - * - * @param string $name + * + * @param string $name * @throws Exception\InvalidAttributeNameException */ protected function validateAttributeName($name) diff --git a/src/Cloud/DecoratorPluginManager.php b/src/Cloud/DecoratorPluginManager.php index 1ae7a71..d885f53 100644 --- a/src/Cloud/DecoratorPluginManager.php +++ b/src/Cloud/DecoratorPluginManager.php @@ -61,4 +61,3 @@ public function validatePlugin($plugin) )); } } -