Skip to content

Commit

Permalink
fix weird import
Browse files Browse the repository at this point in the history
  • Loading branch information
idbentley committed Aug 26, 2024
1 parent 5a83189 commit b5b851b
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 @@ -10,7 +10,7 @@
use JMS\Serializer\EventDispatcher\ObjectEvent;
use JMS\Serializer\Exception\NonVisitableTypeException;
use JMS\Serializer\Exception\RuntimeException;
use \JMS\Serializer\Exception\PropertyMissingException;
use JMS\Serializer\Exception\PropertyMissingException;

Check failure on line 13 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\Exception\PropertyMissingException.
use JMS\Serializer\GraphNavigatorInterface;
use JMS\Serializer\Metadata\Driver\TypedPropertiesDriver;
use JMS\Serializer\DeserializationContext;
Expand Down

0 comments on commit b5b851b

Please sign in to comment.