Skip to content

Commit 6982721

Browse files
committed
Fix use statement order in documentation
1 parent df59f35 commit 6982721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/platform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,11 @@ the result back to PHP objects.
356356

357357
To achieve this, the ``Symfony\AI\Platform\StructuredOutput\PlatformSubscriber`` needs to be registered with the platform::
358358

359-
use Symfony\AI\Platform\Tests\Fixtures\StructuredOutput\MathReasoning;
360359
use Symfony\AI\Platform\Bridge\Mistral\PlatformFactory;
361360
use Symfony\AI\Platform\Message\Message;
362361
use Symfony\AI\Platform\Message\MessageBag;
363362
use Symfony\AI\Platform\StructuredOutput\PlatformSubscriber;
363+
use Symfony\AI\Platform\Tests\Fixtures\StructuredOutput\MathReasoning;
364364
use Symfony\Component\EventDispatcher\EventDispatcher;
365365

366366
$dispatcher = new EventDispatcher();

0 commit comments

Comments
 (0)