This repository was archived by the owner on Oct 26, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function getUri(): string
3838
3939 public function getBody (\Symfony \Component \Serializer \SerializerInterface $ serializer , \Http \Message \StreamFactory $ streamFactory = null ): array
4040 {
41- return [[], $ this ->body ] ;
41+ return $ this ->getSerializedBody ( $ serializer ) ;
4242 }
4343
4444 public function getExtraHeaders (): array
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function getUri(): string
4343
4444 public function getBody (\Symfony \Component \Serializer \SerializerInterface $ serializer , \Http \Message \StreamFactory $ streamFactory = null ): array
4545 {
46- return [[], $ this ->body ] ;
46+ return $ this ->getSerializedBody ( $ serializer ) ;
4747 }
4848
4949 public function getExtraHeaders (): array
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public function getUri(): string
5353
5454 public function getBody (\Symfony \Component \Serializer \SerializerInterface $ serializer , \Http \Message \StreamFactory $ streamFactory = null ): array
5555 {
56- return [[], $ this ->body ] ;
56+ return $ this ->getSerializedBody ( $ serializer ) ;
5757 }
5858
5959 public function getExtraHeaders (): array
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function getUri(): string
3434
3535 public function getBody (\Symfony \Component \Serializer \SerializerInterface $ serializer , \Http \Message \StreamFactory $ streamFactory = null ): array
3636 {
37- return [[], $ this ->body ] ;
37+ return $ this ->getSerializedBody ( $ serializer ) ;
3838 }
3939
4040 public function getExtraHeaders (): array
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function getUri(): string
3434
3535 public function getBody (\Symfony \Component \Serializer \SerializerInterface $ serializer , \Http \Message \StreamFactory $ streamFactory = null ): array
3636 {
37- return [[], $ this ->body ] ;
37+ return $ this ->getSerializedBody ( $ serializer ) ;
3838 }
3939
4040 public function getExtraHeaders (): array
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function getUri(): string
4242
4343 public function getBody (\Symfony \Component \Serializer \SerializerInterface $ serializer , \Http \Message \StreamFactory $ streamFactory = null ): array
4444 {
45- return [[], $ this ->body ] ;
45+ return $ this ->getSerializedBody ( $ serializer ) ;
4646 }
4747
4848 public function getExtraHeaders (): array
You can’t perform that action at this time.
0 commit comments