mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -248,7 +248,7 @@ class DebugController extends Controller
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function errorReporting(int $value): string
|
||||
protected function errorReporting(int $value): string // get configuration
|
||||
{
|
||||
$array = [
|
||||
-1 => 'ALL errors',
|
||||
@@ -272,7 +272,7 @@ class DebugController extends Controller
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
private function collectPackages(): array
|
||||
protected function collectPackages(): array // get configuration
|
||||
{
|
||||
$packages = [];
|
||||
$file = \dirname(__DIR__, 3) . '/vendor/composer/installed.json';
|
||||
|
Reference in New Issue
Block a user