@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | /** |
| 37 | 37 | * Creates a new Larachimp instance |
| 38 | 38 | * |
| 39 | - * @param Log The logger instance to use |
|
| 39 | + * @param Log Log logger instance to use |
|
| 40 | 40 | */ |
| 41 | 41 | public function __construct(Log $log = null) |
| 42 | 42 | { |
@@ -102,7 +102,6 @@ discard block |
||
| 102 | 102 | /** |
| 103 | 103 | * If there's a logger defined, it logs the response returned |
| 104 | 104 | * |
| 105 | - * @param Collection $collection |
|
| 106 | 105 | */ |
| 107 | 106 | protected function logResponse($response) |
| 108 | 107 | { |