Fixed 2 docblocks

This commit is contained in:
Graham Campbell
2015-01-02 01:01:45 +00:00
parent 4d6de70ba8
commit f8a6dfc9f8
2 changed files with 1 additions and 2 deletions
@@ -59,7 +59,7 @@ class OneClickDeployCommand extends Command
/** /**
* Run the migrations. * Run the migrations.
* *
* @return int|null * @return int
*/ */
protected function runMigrations() protected function runMigrations()
{ {
-1
View File
@@ -18,7 +18,6 @@ class IsSetupFilter
* *
* @param \Illuminate\Routing\Route $route * @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request * @param \Illuminate\Http\Request $request
* @param string $settingName
* *
* @return \Illuminate\Http\Response|null * @return \Illuminate\Http\Response|null
*/ */