File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function __construct(EntityManager $entityManager)
42
42
public function upload (string $ base64ImageData ): ImageResponse
43
43
{
44
44
$ this ->entityManager ->setUpdateHttpMethod (Request::METHOD_PUT );
45
-
45
+
46
46
return $ this ->entityManager ->update (
47
47
new UserInitialEntity ($ base64ImageData )
48
48
);
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function __construct(EntityManager $entityManager)
42
42
public function upload (string $ base64ImageData ): ImageResponse
43
43
{
44
44
$ this ->entityManager ->setUpdateHttpMethod (Request::METHOD_PUT );
45
-
45
+
46
46
return $ this ->entityManager ->update (
47
47
new UserSignatureEntity ($ base64ImageData )
48
48
);
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class ImageResponse
46
46
* base64 encoded image data
47
47
*
48
48
* @var null|string
49
- *
49
+ *
50
50
* @Serializer\Type("string")
51
51
*/
52
52
private $ data ;
You can’t perform that action at this time.
0 commit comments