Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Jul 8, 2024
1 parent 69d298d commit ecf333c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Assetic/Test/Filter/TailwindCssFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
*/
class TailwindCssFilterTest extends FilterTestCase
{
private ?TailwindCssFilter $filter;
/** @var TailwindCssFilter|null */
private $filter;

protected function setUp(): void
{
Expand Down

0 comments on commit ecf333c

Please sign in to comment.