Skip to content

Commit

Permalink
CS Fixer run
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Apr 3, 2024
1 parent 5baa781 commit 5bba8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewmodel/ViewModelRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/
namespace Templado\Engine;

use DOMAttr;
use function array_key_exists;
use function array_reverse;
use function assert;
Expand All @@ -24,6 +23,7 @@
use function property_exists;
use function sprintf;
use function str_contains;
use DOMAttr;
use DOMDocument;
use DOMElement;
use DOMNode;
Expand Down

0 comments on commit 5bba8a8

Please sign in to comment.