Skip to content

Commit

Permalink
last item in a multiline-array should end in a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Aug 27, 2016
1 parent 53f3b35 commit b063bcf
Show file tree
Hide file tree
Showing 228 changed files with 1,494 additions and 1,494 deletions.
2 changes: 1 addition & 1 deletion apigen/hook-docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public static function process_hooks() {
'class' => $current_class,
'function' => $current_function,
'file' => array( self::$current_file ),
'type' => $token_type
'type' => $token_type,
);
}
break;
Expand Down
Loading

0 comments on commit b063bcf

Please sign in to comment.