File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function getFunctions(bool $currentPageOnly = false): iterable
6363 if ($ page ->getNextMarker ()) {
6464 $ input ->setMarker ($ page ->getNextMarker ());
6565
66- $ this ->registerPrefetch ($ nextPage = $ client ->ListFunctions ($ input ));
66+ $ this ->registerPrefetch ($ nextPage = $ client ->listFunctions ($ input ));
6767 } else {
6868 $ nextPage = null ;
6969 }
@@ -99,7 +99,7 @@ public function getIterator(): \Traversable
9999 if ($ page ->getNextMarker ()) {
100100 $ input ->setMarker ($ page ->getNextMarker ());
101101
102- $ this ->registerPrefetch ($ nextPage = $ client ->ListFunctions ($ input ));
102+ $ this ->registerPrefetch ($ nextPage = $ client ->listFunctions ($ input ));
103103 } else {
104104 $ nextPage = null ;
105105 }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function getIterator(): \Traversable
4545 if ($ page ->getNextMarker ()) {
4646 $ input ->setMarker ($ page ->getNextMarker ());
4747
48- $ this ->registerPrefetch ($ nextPage = $ client ->ListLayerVersions ($ input ));
48+ $ this ->registerPrefetch ($ nextPage = $ client ->listLayerVersions ($ input ));
4949 } else {
5050 $ nextPage = null ;
5151 }
@@ -88,7 +88,7 @@ public function getLayerVersions(bool $currentPageOnly = false): iterable
8888 if ($ page ->getNextMarker ()) {
8989 $ input ->setMarker ($ page ->getNextMarker ());
9090
91- $ this ->registerPrefetch ($ nextPage = $ client ->ListLayerVersions ($ input ));
91+ $ this ->registerPrefetch ($ nextPage = $ client ->listLayerVersions ($ input ));
9292 } else {
9393 $ nextPage = null ;
9494 }
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function getIterator(): \Traversable
5454 if ($ page ->getNextMarker ()) {
5555 $ input ->setMarker ($ page ->getNextMarker ());
5656
57- $ this ->registerPrefetch ($ nextPage = $ client ->ListVersionsByFunction ($ input ));
57+ $ this ->registerPrefetch ($ nextPage = $ client ->listVersionsByFunction ($ input ));
5858 } else {
5959 $ nextPage = null ;
6060 }
@@ -104,7 +104,7 @@ public function getVersions(bool $currentPageOnly = false): iterable
104104 if ($ page ->getNextMarker ()) {
105105 $ input ->setMarker ($ page ->getNextMarker ());
106106
107- $ this ->registerPrefetch ($ nextPage = $ client ->ListVersionsByFunction ($ input ));
107+ $ this ->registerPrefetch ($ nextPage = $ client ->listVersionsByFunction ($ input ));
108108 } else {
109109 $ nextPage = null ;
110110 }
You can’t perform that action at this time.
0 commit comments