Skip to content

Commit 628b38f

Browse files
authored
remove trailing comma for php less then 7.2 compatatibility (#10)
1 parent 46c0ed1 commit 628b38f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AI_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ private function generate_text( $builder, $assoc_args ) {
343343
// @phpstan-ignore class.notFound
344344
$token_usage[ TokenUsage::KEY_COMPLETION_TOKENS ],
345345
// @phpstan-ignore class.notFound
346-
$token_usage[ TokenUsage::KEY_TOTAL_TOKENS ],
346+
$token_usage[ TokenUsage::KEY_TOTAL_TOKENS ]
347347
),
348348
'ai'
349349
);

0 commit comments

Comments
 (0)