summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTitouan Galopin <[email protected]>2018-10-22 23:21:35 +0200
committerTitouan Galopin <[email protected]>2018-10-22 23:21:35 +0200
commit6bbe04d32bbc1c28a8b6a07d98c6a5f8c8d2de42 (patch)
tree45941accef6a63828b2daf6e2bc956f4cdf7b6e1 /src
parent33f8d475d28741398be26cdff7a10a63003324a3 (diff)
Remove experimental comment
Diffstat (limited to 'src')
-rw-r--r--src/HTML5.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/HTML5.php b/src/HTML5.php
index 990e8f4..d5beff6 100644
--- a/src/HTML5.php
+++ b/src/HTML5.php
@@ -13,8 +13,6 @@ use Masterminds\HTML5\Serializer\Traverser;
* This class offers convenience methods for parsing and serializing HTML5.
* It is roughly designed to mirror the \DOMDocument class that is
* provided with most versions of PHP.
- *
- * EXPERIMENTAL. This may change or be completely replaced.
*/
class HTML5
{