Code optimizations.

This commit is contained in:
James Cole
2018-07-23 21:49:15 +02:00
parent 4fa5f4e5a3
commit 06d22e843a
33 changed files with 784 additions and 603 deletions

View File

@@ -81,6 +81,7 @@ class ExportJobRepository implements ExportJobRepositoryInterface
/**
* @return ExportJob
* @deprecated
*/
public function create(): ExportJob
{
@@ -120,6 +121,7 @@ class ExportJobRepository implements ExportJobRepositoryInterface
/**
* @param string $key
*
* @deprecated
* @return ExportJob
*/

View File

@@ -45,6 +45,7 @@ interface ExportJobRepositoryInterface
/**
* @return ExportJob
* @deprecated
*/
public function create(): ExportJob;
@@ -57,6 +58,7 @@ interface ExportJobRepositoryInterface
/**
* @param string $key
*
* @deprecated
* @return ExportJob
*/