summaryrefslogtreecommitdiff
path: root/src/HTML5/InstructionProcessor.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTML5/InstructionProcessor.php')
-rw-r--r--src/HTML5/InstructionProcessor.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTML5/InstructionProcessor.php b/src/HTML5/InstructionProcessor.php
index 3a88a10..33a73fc 100644
--- a/src/HTML5/InstructionProcessor.php
+++ b/src/HTML5/InstructionProcessor.php
@@ -28,9 +28,9 @@ interface InstructionProcessor
* - Making any subsequent modifications to the DOM by modifying the
* DOMElement or its attached DOM tree.
*
- * @param \DOMElement $element The parent element for the current processing instruction
+ * @param \DOMElement $element The parent element for the current processing instruction.
* @param string $name The instruction's name. E.g. `<?php` has the name `php`.
- * @param string $data All of the data between the opening and closing PI marks
+ * @param string $data All of the data between the opening and closing PI marks.
*
* @return \DOMElement The element that should be considered "Current". This may just be
* the element passed in, but if the processor added more elements,