Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
idbentley committed Aug 26, 2024
1 parent b5b851b commit 009bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Serializer/JsonSerializationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
use JMS\Serializer\EventDispatcher\EventSubscriberInterface;
use JMS\Serializer\EventDispatcher\ObjectEvent;
use JMS\Serializer\Exception\NonVisitableTypeException;
use JMS\Serializer\Exception\RuntimeException;
use JMS\Serializer\Exception\PropertyMissingException;
use JMS\Serializer\Exception\RuntimeException;
use JMS\Serializer\GraphNavigatorInterface;
use JMS\Serializer\Metadata\Driver\TypedPropertiesDriver;
use JMS\Serializer\DeserializationContext;

Check failure on line 16 in tests/Serializer/JsonSerializationTest.php

View workflow job for this annotation

GitHub Actions / Coding Standards (7.4)

Use statements should be sorted alphabetically. The first wrong one is JMS\Serializer\DeserializationContext.
Expand Down

0 comments on commit 009bbdf

Please sign in to comment.