Various small optimisations [skip ci]

This commit is contained in:
James Cole
2017-01-05 10:06:46 +01:00
parent a872cf7061
commit 4538ef3cf9
6 changed files with 22 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ class AccountController extends Controller
/**
* @param string $what
*
* @return View
* @return \Illuminate\View\View|\Illuminate\Contracts\View\Factory|View
*/
public function create(string $what = 'asset')
{