Completed
Pull Request — master (#38)
by
unknown
34:30
created
src/Engines/SmartyEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get the evaluated contents of the view at the given path.
54 54
      *
55
-     * @param       $path
55
+     * @param       string $path
56 56
      * @param array $data
57 57
      *
58 58
      * @return string
Please login to merge, or discard this patch.
src/SmartyConsoleServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * Get the services provided by the provider.
51 51
      *
52
-     * @return array
52
+     * @return string[]
53 53
      */
54 54
     public function provides()
55 55
     {
Please login to merge, or discard this patch.