Skip to content

Commit

Permalink
fix a coding standard unsolvable case
Browse files Browse the repository at this point in the history
Moving the return line did not help, so I removed it

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Feb 4, 2022
1 parent 29ff729 commit c5dba46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/classes/Display/Results.php
Expand Up @@ -3258,8 +3258,6 @@ private function getRepeatingHeaders(
* @param bool $clause_is_unique the unique condition of clause
* @param string $url_sql_query the analyzed sql query
*
* @return array<int,string|array> 5 element array - $edit_url, $copy_url,
* $edit_str, $copy_str
* @phpstan-return array{string, string, string, string,
* array{
* db: string, table: string, where_clause: string,
Expand Down

0 comments on commit c5dba46

Please sign in to comment.