Completed
Push — master ( 184e63...917347 )
by Asif
10s
created
src/ShortcodesServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * Get the services provided by the provider.
94 94
      *
95
-     * @return array
95
+     * @return string[]
96 96
      */
97 97
     public function provides()
98 98
     {
Please login to merge, or discard this patch.
src/View/Factory.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Webwizo\Shortcodes\View;
2 2
 
3
-use Closure;
4 3
 use Illuminate\Events\Dispatcher;
5 4
 use Illuminate\View\ViewFinderInterface;
6 5
 use Illuminate\View\Engines\EngineResolver;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * Create a new view factory instance.
22 22
      *
23
-     * @param \Illuminate\View\Compilers\EngineResolver|EngineResolver $engines
23
+     * @param EngineResolver $engines
24 24
      * @param  \Illuminate\View\ViewFinderInterface                    $finder
25 25
      * @param  \Illuminate\Events\Dispatcher                           $events
26 26
      * @param \Webwizo\Shortcodes\Compilers\ShortcodeCompiler          $shortcode
Please login to merge, or discard this patch.