From 91e7977d14f1ea2e78b5d46f85851c30bf3c6695 Mon Sep 17 00:00:00 2001 From: Titouan Galopin Date: Sun, 25 Nov 2018 15:13:54 +0100 Subject: Normalize PHPDoc comments --- src/HTML5/Serializer/RulesInterface.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/HTML5/Serializer/RulesInterface.php') diff --git a/src/HTML5/Serializer/RulesInterface.php b/src/HTML5/Serializer/RulesInterface.php index 6d3f60e..69a6ecd 100644 --- a/src/HTML5/Serializer/RulesInterface.php +++ b/src/HTML5/Serializer/RulesInterface.php @@ -19,8 +19,8 @@ interface RulesInterface * * Note, before the rules can be used a traverser must be registered. * - * @param mixed $output The output stream to write output to - * @param array $options An array of options + * @param mixed $output The output stream to write output to. + * @param array $options An array of options. */ public function __construct($output, $options = array()); @@ -29,9 +29,9 @@ interface RulesInterface * * Note, only one traverser can be used by the rules. * - * @param Traverser $traverser The traverser used in the rules + * @param Traverser $traverser The traverser used in the rules. * - * @return RulesInterface $this for the current object + * @return RulesInterface $this for the current object. */ public function setTraverser(Traverser $traverser); -- cgit v1.2.3