Minor fixes

This commit is contained in:
2020-12-07 17:48:15 +00:00
parent 32c01f6e0b
commit 0bdb6cf2fb
5 changed files with 1 additions and 95 deletions

View File

@@ -35,7 +35,7 @@ use Illuminate\Support\Facades\Log;
class ApplicationController extends Controller
{
private function canVote($votes)
private function canVote($votes): bool
{
$allvotes = collect([]);