summaryrefslogtreecommitdiff
path: root/src/HTML5/Serializer/RulesInterface.php
diff options
context:
space:
mode:
authorTitouan Galopin <[email protected]>2018-11-25 15:13:54 +0100
committerTitouan Galopin <[email protected]>2018-11-25 15:14:46 +0100
commit91e7977d14f1ea2e78b5d46f85851c30bf3c6695 (patch)
tree5089aec726a28a1247e21f7febd96e746cf4c6f1 /src/HTML5/Serializer/RulesInterface.php
parentd829a30e092ea5d868b93a258724b12f9aa313fd (diff)
Normalize PHPDoc comments
Diffstat (limited to 'src/HTML5/Serializer/RulesInterface.php')
-rw-r--r--src/HTML5/Serializer/RulesInterface.php8
1 files changed, 4 insertions, 4 deletions
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);