@@ -28,7 +28,7 @@ |
||
| 28 | 28 | * Constructor |
| 29 | 29 | * |
| 30 | 30 | * @throws Exception |
| 31 | - * @param string|ConditionInterface $target |
|
| 31 | + * @param string $target |
|
| 32 | 32 | * @param Closure $closure |
| 33 | 33 | */ |
| 34 | 34 | public function __construct( $target, Closure $closure ) { |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Obsidian\Routing; |
| 4 | 4 | |
| 5 | -use Obsidian\Framework; |
|
| 6 | 5 | use Obsidian\Extend; |
| 6 | +use Obsidian\Framework; |
|
| 7 | 7 | use Obsidian\Routing\Conditions\ConditionInterface; |
| 8 | 8 | use Obsidian\ServiceProviders\ServiceProviderInterface; |
| 9 | 9 | use Pimple\Container; |