Commit 82248a0 1 parent 94c5934 commit 82248a0 Copy full SHA for 82248a0
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ public function setCustomizations(array $customizations): self
203
203
*/
204
204
public function postCreateRequest ($ event ): self
205
205
{
206
- // We need to accept event proxies or decoraters .
206
+ // We need to accept event proxies or decorators .
207
207
/* @var PostCreateRequest $event */
208
208
$ request = $ event ->getRequest ();
209
209
foreach ($ this ->getCustomizations () as $ key => $ customization ) {
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ public function getLastEndpoint(): ?string
412
412
*/
413
413
public function preCreateRequest ($ event ): self
414
414
{
415
- // We need to accept event proxies or decoraters .
415
+ // We need to accept event proxies or decorators .
416
416
/* @var PreCreateRequest $event */
417
417
$ this ->queryType = $ event ->getQuery ()->getType ();
418
418
@@ -428,7 +428,7 @@ public function preCreateRequest($event): self
428
428
*/
429
429
public function preExecuteRequest ($ event ): self
430
430
{
431
- // We need to accept event proxies or decoraters .
431
+ // We need to accept event proxies or decorators .
432
432
/* @var PreExecuteRequest $event */
433
433
$ adapter = $ this ->client ->getAdapter ();
434
434
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function getMaxQueryStringLength(): ?int
68
68
*/
69
69
public function preExecuteRequest ($ event ): self
70
70
{
71
- // We need to accept event proxies or decoraters .
71
+ // We need to accept event proxies or decorators .
72
72
/* @var PreExecuteRequest $event */
73
73
$ request = $ event ->getRequest ();
74
74
$ queryString = $ request ->getQueryString ();
You can’t perform that action at this time.
0 commit comments