Various code cleaning things.

This commit is contained in:
James Cole
2016-02-17 21:14:32 +01:00
parent 6f59e79b28
commit b1c2f8faa1
10 changed files with 29 additions and 13 deletions

View File

@@ -139,7 +139,8 @@ class RuleController extends Controller
}
/**
* @param Rule $rule
* @param RuleRepositoryInterface $repository
* @param Rule $rule
*
* @return View
*/
@@ -174,6 +175,8 @@ class RuleController extends Controller
}
/**
* @param RuleGroupRepositoryInterface $repository
*
* @return View
*/
public function index(RuleGroupRepositoryInterface $repository)
@@ -263,6 +266,8 @@ class RuleController extends Controller
}
/**
* @param TestRuleFormRequest $request
*
* @return \Illuminate\View\View
*/
public function testTriggers(TestRuleFormRequest $request)