Skip to content

Commit

Permalink
[HtmlSanitizer] Remove experimental status
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalopin committed Feb 12, 2023
1 parent 3751c0e commit 50f5101
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 23 deletions.
2 changes: 0 additions & 2 deletions HtmlSanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

/**
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
final class HtmlSanitizer implements HtmlSanitizerInterface
{
Expand Down
2 changes: 0 additions & 2 deletions HtmlSanitizerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

/**
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
class HtmlSanitizerConfig
{
Expand Down
2 changes: 0 additions & 2 deletions HtmlSanitizerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* ({@see https://wicg.github.io/sanitizer-api/}).
*
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
interface HtmlSanitizerInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Parser/MastermindsParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
final class MastermindsParser implements ParserInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Parser/ParserInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* Transforms an untrusted HTML input string into a DOM tree.
*
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
interface ParserInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Visitor/AttributeSanitizer/AttributeSanitizerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* Implements attribute-specific sanitization logic.
*
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
interface AttributeSanitizerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Visitor/AttributeSanitizer/UrlAttributeSanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\HtmlSanitizer\TextSanitizer\UrlSanitizer;

/**
* @experimental
* @author Titouan Galopin <[email protected]>
*/
final class UrlAttributeSanitizer implements AttributeSanitizerInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Visitor/Node/BlockedNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
final class BlockedNode implements NodeInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Visitor/Node/DocumentNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
final class DocumentNode implements NodeInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Visitor/Node/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
final class Node implements NodeInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Visitor/Node/NodeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* Once the sanitization is done, nodes are rendered into the final output string.
*
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
interface NodeInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Visitor/Node/TextNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* @author Titouan Galopin <[email protected]>
*
* @experimental
*/
final class TextNode implements NodeInterface
{
Expand Down

0 comments on commit 50f5101

Please sign in to comment.