Skip to content

Commit

Permalink
Merge pull request #86 from stevebauman/analysis-yrj4jG
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
stevebauman authored Dec 28, 2023
2 parents 28f521c + 03da483 commit 8809409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Facades/Purify.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static \HTMLPurifier getPurifier()
* @method static array|string clean(array|string $input, array $config = null)
* @method static \HTMLPurifier getPurifier()
* @method static array|string clean(array|string $input, array $config = null)
* @method static \Stevebauman\Purify\Purify config(string|array $driver = null)
*/
class Purify extends Facade
Expand Down

0 comments on commit 8809409

Please sign in to comment.