@@ -100,7 +100,7 @@ |
||
100 | 100 | * |
101 | 101 | * @param Application $app |
102 | 102 | * @param Request $request |
103 | - * @return mixed |
|
103 | + * @return Response |
|
104 | 104 | */ |
105 | 105 | public function redirectTo(Application $app, Request $request) |
106 | 106 | { |
@@ -44,7 +44,7 @@ |
||
44 | 44 | /** |
45 | 45 | * DeliveryFeeProcessor constructor. |
46 | 46 | * |
47 | - * @param $app |
|
47 | + * @param \Pimple\Container $app |
|
48 | 48 | */ |
49 | 49 | public function __construct($app) |
50 | 50 | { |