Skip to content

Commit

Permalink
Changed back to @phan-suppress-next-line
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir authored Apr 16, 2024
1 parent 1049b9b commit c3acc09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/publication/php/files.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ class Files extends \LORIS\Http\FilesPassthroughEndpoint
*
* @return void
*/
protected function doDownloadNotification($file) // @phan-suppress-current-line PhanUnusedProtectedMethodParameter
// @phan-suppress-next-line PhanUnusedProtectedMethodParameter
protected function doDownloadNotification($file)
{
// Not implemented for this module
}
Expand Down

0 comments on commit c3acc09

Please sign in to comment.