Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
richardDobron authored and github-actions[bot] committed Jun 23, 2022
1 parent e66794c commit ced88c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/fbt/Transform/FbtTransform/FbtUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace fbt\Transform\FbtTransform;

use fbt\Exceptions\FbtException;
use fbt\Exceptions\FbtParserException;
use function fbt\invariant;
use fbt\Runtime\fbtElement;
Expand Down
4 changes: 2 additions & 2 deletions tests/fbt/fbtTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace tests\fbt;

use fbt\Exceptions\FbtException;
use fbt\Lib\IntlViewerContext;
use fbt\Runtime\Shared\fbt;
use fbt\Runtime\Shared\FbtHooks;
Expand All @@ -22,7 +21,8 @@ public function testDisableTagsWithoutContent()
{
self::expectExceptionMessage('text cannot be null');

self::transform(<<<FBT
self::transform(
<<<FBT
<fbt desc="Empty tags test">
first <fbt:param name="text">test</fbt:param>
<p></p>
Expand Down

0 comments on commit ced88c8

Please sign in to comment.