File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 <exclude name =" SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature.RequiredSingleLineSignature" />
6969 <exclude name =" SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix" />
7070 <exclude name =" SlevomatCodingStandard.ControlStructures.NewWithoutParentheses.UselessParentheses" />
71- <exclude name =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInClosureUse.DisallowedTrailingComma " />
71+ <exclude name =" SlevomatCodingStandard.Functions.RequireTrailingCommaInClosureUse.MissingTrailingComma " />
7272 <exclude name =" SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration.MissingTrailingComma" />
7373 <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation.NonFullyQualifiedClassName" />
7474 <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedExceptions.NonFullyQualifiedException" />
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ public static function async_paginated_request(
217217 $ request ,
218218 $ transform ,
219219 $ pagination_helper ,
220- &$ page,
220+ &$ page
221221 ) {
222222 if ( null === self ::$ current_batch ) {
223223 throw new Internal_Exception ();
@@ -233,7 +233,7 @@ public static function async_paginated_request(
233233 $ previous_output ,
234234 $ transform ,
235235 $ pagination_helper ,
236- &$ page,
236+ &$ page
237237 ) {
238238 try {
239239 self ::check_response ( $ response );
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ static function (
356356 $ order_by ,
357357 $ pagination_helper ,
358358 $ mime_type_check ,
359- $ fields,
359+ $ fields
360360 ) {
361361 return API_Client::get_drive_client ()->files ->listFiles (
362362 array (
You can’t perform that action at this time.
0 commit comments