Completed
Push — master ( 773161...cd78ad )
by Asif
02:19
created
src/Compilers/ShortcodeCompiler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
 
131 131
     /**
132 132
      * Get Compiled Attributes.
133
-     * @return \Webwizo\Shortcodes\Shortcode
133
+     * @return Shortcode
134 134
      */
135 135
     protected function compileShortcode($matches)
136 136
     {
Please login to merge, or discard this patch.
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/View.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * Create a new view instance.
21 21
      *
22 22
      * @param \Illuminate\View\Factory|Factory                           $factory
23
-     * @param \Illuminate\View\Compilers\EngineInterface|EngineInterface $engine
23
+     * @param EngineInterface $engine
24 24
      * @param  string                                                    $view
25 25
      * @param  string                                                    $path
26 26
      * @param  array                                                     $data
Please login to merge, or discard this patch.