Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 28, 2023
1 parent 28f521c commit 03da483
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 03da483

Please sign in to comment.