@@ -19,7 +19,7 @@ |
||
19 | 19 | |
20 | 20 | public function register() |
21 | 21 | { |
22 | - $this->app->bind('pdflayer', function (Application $app) { |
|
22 | + $this->app->bind('pdflayer', function(Application $app) { |
|
23 | 23 | return new PDF($app->make(Client::class), $app['config'], $app['files'], $app['view']); |
24 | 24 | }); |
25 | 25 |
@@ -156,8 +156,8 @@ |
||
156 | 156 | } |
157 | 157 | |
158 | 158 | /** |
159 | - * @param $filename |
|
160 | - * @param $contentDisposition |
|
159 | + * @param string $filename |
|
160 | + * @param string $contentDisposition |
|
161 | 161 | * |
162 | 162 | * @throws \InvalidArgumentException |
163 | 163 | * |