Update some phpdocs, courtesy of Psalm.

This commit is contained in:
James Cole
2020-03-25 07:03:23 +01:00
parent bcfbdcf3f0
commit 5445752588
41 changed files with 61 additions and 50 deletions

View File

@@ -216,7 +216,8 @@ class ReconcileController extends Controller
* @param string $difference
*
* @throws DuplicateTransactionException
* @return string
*
* @return RedirectResponse|Redirector|string
*/
private function createReconciliation(Account $account, Carbon $start, Carbon $end, string $difference)
{