mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
DX: fix cs
This commit is contained in:
parent
c1c92dc296
commit
a34c102c4b
@ -143,7 +143,6 @@ final class StoredObjectManager implements StoredObjectManagerInterface
|
|||||||
if ($response->getStatusCode() !== Response::HTTP_CREATED) {
|
if ($response->getStatusCode() !== Response::HTTP_CREATED) {
|
||||||
throw StoredObjectManagerException::invalidStatusCode($response->getStatusCode());
|
throw StoredObjectManagerException::invalidStatusCode($response->getStatusCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function extractLastModifiedFromResponse(ResponseInterface $response): DateTimeImmutable
|
private function extractLastModifiedFromResponse(ResponseInterface $response): DateTimeImmutable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user