Compare
a5f35d3
... +0 ...
5cb0508
a5f35d3
... +0 ...
5cb0508
Showing 2 of 2 files from the diff.
@@ -29,7 +29,7 @@
Loading
29 | 29 | { |
|
30 | 30 | try { |
|
31 | 31 | return Uuid::fromString($data); |
|
32 | - | } catch (\InvalidArgumentException $e) { |
|
32 | + | } catch (\InvalidArgumentException | \ValueError $e) { // catching ValueError will not be necessary anymore when https://github.com/symfony/symfony/pull/39636 will be released |
|
33 | 33 | throw new InvalidIdentifierException($e->getMessage(), $e->getCode(), $e); |
|
34 | 34 | } |
|
35 | 35 | } |
2 Commits
Files | Complexity | Coverage |
---|---|---|
Action | ø | 92.00% |
Annotation | ø | 90.14% |
Api | ø | 95.07% |
Bridge | ø | 79.24% |
DataProvider | ø | 91.94% |
Documentation | ø | 94.00% |
EventListener | ø | 97.01% |
Filter | ø | 91.67% |
GraphQl | ø | 90.46% |
Hal/Serializer | ø | 81.93% |
HttpCache | ø | 100.00% |
Hydra | ø | 88.62% |
Identifier | ø | 90.38% |
JsonApi | ø | 75.88% |
JsonLd | ø | 94.41% |
JsonSchema | ø | 96.13% |
Metadata | ø | 93.95% |
OpenApi | ø | 55.30% |
Operation | ø | 100.00% |
PathResolver | ø | 97.37% |
Problem/Serializer | ø | 100.00% |
Security | ø | 84.72% |
Serializer | ø | 82.40% |
Swagger/Serializer | ø | 99.07% |
Test | ø | 30.00% |
Util | ø | 92.80% |
Cache/CachedTrait.php | ø | 100.00% |
DataPersister/ChainDataPersister.php | ø | 100.00% |
Exception/FilterValidationException.php | ø | 100.00% |
Mercure/EventListener/AddLinkHeaderListener.php | ø | 100.00% |
Validator/EventListener/ValidateListener.php | ø | 100.00% |
Folder Totals (31 files) | 5608 | 82.68% |
Project Totals (371 files) | 5608 | 82.68% |
5cb0508
a5f35d3