Skip to content

Commit

Permalink
Fix variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
omogenot authored Nov 17, 2024
1 parent a085234 commit 9231437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/db/DoliDB.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public function getRows($sql)

return false;
}
/** @var array List of deprecated table names and their new names */
/** @var array<string,tring> List of deprecated table names and their new names */

Check failure on line 443 in htdocs/core/db/DoliDB.class.php

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

tring ==> trying, string, ring
static $_deprecated_table_names = array(
'thirdparty' => 'societe',
'contact' => 'socpeople',
Expand Down

0 comments on commit 9231437

Please sign in to comment.