Some bug fixes.

This commit is contained in:
James Cole
2020-10-01 16:52:01 +02:00
parent d32611b2d5
commit c25f5598f1
3 changed files with 5 additions and 4 deletions

View File

@@ -41,8 +41,7 @@ use League\Csv\CannotInsertRecord;
class IndexController extends Controller
{
/** @var JournalRepositoryInterface */
private $journalRepository;
private JournalRepositoryInterface $journalRepository;
/**
* IndexController constructor.