mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -76,7 +76,7 @@ class HelpController extends Controller
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*/
|
||||
private function getHelpText(string $route, string $language): string
|
||||
protected function getHelpText(string $route, string $language): string // get from internet.
|
||||
{
|
||||
// get language and default variables.
|
||||
$content = '<p>' . trans('firefly.route_has_no_help') . '</p>';
|
||||
|
Reference in New Issue
Block a user