Completed
Push — master ( bd98b1...d0e3f0 )
by Mathieu
04:09
created
src/PDFLayerServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/PDF.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,8 +156,8 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.