Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
regisoc committed Sep 24, 2024
1 parent dad4227 commit aee5e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dicom_archive/php/viewdetails.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ class ViewDetails extends \NDB_Form
*
* @return ProjectID|null a ProjectID if found, else null
*/
private static function getProjectFromTarchiveID(int $tarchiveID): ?\ProjectID
private static function _getProjectFromTarchiveID(int $tarchiveID): ?\ProjectID
{
$db = \NDB_Factory::singleton()->database();
$db = \NDB_Factory::singleton()->database();
$pid = $db->pselectOne(
"SELECT p.ProjectID
FROM tarchive t
Expand Down

0 comments on commit aee5e8a

Please sign in to comment.