summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/UTF8Utils.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/Parser/UTF8Utils.php
parentd829a30e092ea5d868b93a258724b12f9aa313fd (diff)
Normalize PHPDoc comments
Diffstat (limited to 'src/HTML5/Parser/UTF8Utils.php')
-rw-r--r--src/HTML5/Parser/UTF8Utils.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTML5/Parser/UTF8Utils.php b/src/HTML5/Parser/UTF8Utils.php
index 77c2dfb..bbf6d5b 100644
--- a/src/HTML5/Parser/UTF8Utils.php
+++ b/src/HTML5/Parser/UTF8Utils.php
@@ -131,9 +131,9 @@ class UTF8Utils
/**
* Checks for Unicode code points that are not valid in a document.
*
- * @param string $data a string to analyze
+ * @param string $data A string to analyze
*
- * @return array an array of (string) error messages produced by the scanning
+ * @return array An array of (string) error messages produced by the scanning
*/
public static function checkForIllegalCodepoints($data)
{