Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace App\Service\HtmlPurifier;
|
||||
|
||||
|
||||
use HTMLPurifier_Config;
|
||||
use HTMLPurifier_Context;
|
||||
use HTMLPurifier_URI;
|
||||
|
||||
class HTMLPurifier_URIScheme_notion extends \HTMLPurifier_URIScheme
|
||||
{
|
||||
public $browsable = true;
|
||||
|
||||
public $may_omit_host = true;
|
||||
|
||||
public function doValidate(&$uri, $config, $context)
|
||||
|
||||
Reference in New Issue
Block a user