Update PHP doc everywhere.

This commit is contained in:
James Cole
2018-07-21 08:06:24 +02:00
parent 5ca4f1b181
commit 02f5eddd14
47 changed files with 363 additions and 111 deletions

View File

@@ -32,19 +32,20 @@ use Illuminate\Http\Response as LaravelResponse;
use Log;
/**
* Class FileController.
*
* Class IndexController
*/
class IndexController extends Controller
{
/** @var array */
public $providers;
/** @var ImportJobRepositoryInterface */
/** @var ImportJobRepositoryInterface The import job repository */
public $repository;
/** @var UserRepositoryInterface */
public $userRepository;
/**
*
* IndexController constructor.
*/
public function __construct()
{