Fix some PHP docs.

This commit is contained in:
Hereward Mills
2015-12-22 08:41:03 +00:00
parent 09b4912801
commit a78a5ddb04
30 changed files with 53 additions and 7 deletions

View File

@@ -23,8 +23,8 @@ class AppIsSetup
* We're verifying that Cachet is correctly setup. If it is, then we're
* redirecting the user to the dashboard so they can use Cachet.
*
* @param \Illuminate\Routing\Route $route
* @param \Closure $next
* @param \Illuminate\Http\Request $request
* @param \Closure $next
*
* @return mixed
*/

View File

@@ -20,7 +20,6 @@ class Timezone
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param string $type
*
* @return mixed
*/