@@ -155,7 +155,7 @@ public function getEndpoint()
155155 public function addNestedResource ($ url , array $ requiredFields )
156156 {
157157 $ this ->_nestedResources [$ url ] = [
158- 'requiredFields ' => $ requiredFields
158+ 'requiredFields ' => $ requiredFields,
159159 ];
160160 }
161161
@@ -222,7 +222,7 @@ public function describe($endpoint)
222222
223223 throw new MissingEndpointSchemaException ([
224224 'schema ' => $ schemaShortName ,
225- 'webservice ' => $ shortName
225+ 'webservice ' => $ shortName,
226226 ]);
227227 }
228228
@@ -262,7 +262,7 @@ protected function _executeCreateQuery(Query $query, array $options = [])
262262 {
263263 throw new UnimplementedWebserviceMethodException ([
264264 'name ' => get_class ($ this ),
265- 'method ' => '_executeCreateQuery '
265+ 'method ' => '_executeCreateQuery ' ,
266266 ]);
267267 }
268268
@@ -279,7 +279,7 @@ protected function _executeReadQuery(Query $query, array $options = [])
279279 {
280280 throw new UnimplementedWebserviceMethodException ([
281281 'name ' => get_class ($ this ),
282- 'method ' => '_executeReadQuery '
282+ 'method ' => '_executeReadQuery ' ,
283283 ]);
284284 }
285285
@@ -296,7 +296,7 @@ protected function _executeUpdateQuery(Query $query, array $options = [])
296296 {
297297 throw new UnimplementedWebserviceMethodException ([
298298 'name ' => get_class ($ this ),
299- 'method ' => '_executeUpdateQuery '
299+ 'method ' => '_executeUpdateQuery ' ,
300300 ]);
301301 }
302302
@@ -313,7 +313,7 @@ protected function _executeDeleteQuery(Query $query, array $options = [])
313313 {
314314 throw new UnimplementedWebserviceMethodException ([
315315 'name ' => get_class ($ this ),
316- 'method ' => '_executeDeleteQuery '
316+ 'method ' => '_executeDeleteQuery ' ,
317317 ]);
318318 }
319319
@@ -346,7 +346,7 @@ protected function _logQuery(Query $query, LoggerInterface $logger)
346346 }
347347
348348 $ logger ->debug ($ query ->endpoint (), [
349- 'params ' => $ query ->where ()
349+ 'params ' => $ query ->where (),
350350 ]);
351351 }
352352
0 commit comments