Skip to content

Commit

Permalink
Code format.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Dec 30, 2024
1 parent d47ebc3 commit 7c93958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
use League\CommonMark\Extension\CommonMark\Node\Inline\Link as LinkNode;
use Override;
use WeakMap;

use function array_map;
use function array_pop;
use function array_values;
Expand Down
2 changes: 2 additions & 0 deletions packages/documentator/src/Processor/Tasks/Preprocess/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
use LastDragon_ru\LaraASP\Serializer\Contracts\Serializer;
use League\CommonMark\Node\NodeIterator;
use Override;

use function is_array;
use function json_decode;
use function json_encode;
use function ksort;
use function rawurldecode;
use function trim;

use const JSON_THROW_ON_ERROR;

/**
Expand Down

0 comments on commit 7c93958

Please sign in to comment.