Completed
Pull Request — master (#41)
by Ben
03:49 queued 01:21
created
src/ServiceProvider.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Get the services provided by the provider.
75 75
      *
76
-     * @return array
76
+     * @return string[]
77 77
      */
78 78
     public function provides()
79 79
     {
@@ -83,8 +83,8 @@  discard block
 block discarded – undo
83 83
     /**
84 84
      * Register a blade directive.
85 85
      *
86
-     * @param $name
87
-     * @param $expression
86
+     * @param string $name
87
+     * @param string $expression
88 88
      */
89 89
     protected function registerBladeDirective($name, $expression)
90 90
     {
Please login to merge, or discard this patch.
src/Misc/WidgetExpression.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -16,6 +16,7 @@
 block discarded – undo
16 16
      * @inheritdoc
17 17
      * @param AbstractWidget $widget instance of the widget this expression
18 18
      *                               represents
19
+     * @param string $html
19 20
      */
20 21
     public function __construct($html, AbstractWidget $widget)
21 22
     {
Please login to merge, or discard this patch.