Various code cleanup. Removed executable flags, added newlines.

This commit is contained in:
James Cole
2016-12-22 19:42:45 +01:00
parent 14a0de6b6a
commit b6aa79bb38
92 changed files with 51 additions and 52 deletions

View File

@@ -199,8 +199,7 @@ class AccountController extends Controller
*/
public function index(ARI $repository, string $what)
{
$what = $what ?? 'asset';
$what = $what ?? 'asset';
$subTitle = trans('firefly.' . $what . '_accounts');
$subTitleIcon = config('firefly.subIconsByIdentifier.' . $what);
$types = config('firefly.accountTypesByIdentifier.' . $what);

0
app/Http/Controllers/Auth/ForgotPasswordController.php Executable file → Normal file
View File

0
app/Http/Controllers/Auth/LoginController.php Executable file → Normal file
View File

0
app/Http/Controllers/Auth/RegisterController.php Executable file → Normal file
View File

0
app/Http/Controllers/Auth/ResetPasswordController.php Executable file → Normal file
View File

View File

@@ -289,4 +289,4 @@ class BudgetReportController extends Controller
return $grouped;
}
}
}

View File

@@ -427,4 +427,4 @@ class CategoryReportController extends Controller
return $grouped;
}
}
}

0
app/Http/Controllers/Controller.php Executable file → Normal file
View File

View File

@@ -57,4 +57,4 @@ class BalanceController extends Controller
return $result;
}
}
}

View File

@@ -120,4 +120,4 @@ class BudgetController extends Controller
return $data;
}
}
}

View File

@@ -170,4 +170,4 @@ class CategoryController extends Controller
}
}
}

View File

@@ -241,4 +241,4 @@ class OperationsController extends Controller
return $expenses;
}
}
}

View File

@@ -244,4 +244,4 @@ class ConvertController extends Controller
}
}
}