Completed
Pull Request — master (#389)
by
unknown
06:38
created
src/Http/Routing/Matching/CaseInsensitiveUriValidator.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
      *
21 21
      * @param  \Illuminate\Routing\Route $route
22 22
      * @param  \Illuminate\Http\Request  $request
23
-     * @return bool
23
+     * @return integer
24 24
      */
25 25
     public function matches(Route $route, Request $request)
26 26
     {
Please login to merge, or discard this patch.
src/Stream/StreamModel.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
     /**
241 241
      * Get the namespace.
242 242
      *
243
-     * @return mixed
243
+     * @return string
244 244
      */
245 245
     public function getNamespace()
246 246
     {
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
     /**
251 251
      * Get the slug.
252 252
      *
253
-     * @return mixed
253
+     * @return string
254 254
      */
255 255
     public function getSlug()
256 256
     {
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
      * Get a stream field by it's slug.
478 478
      *
479 479
      * @param  $slug
480
-     * @return mixed
480
+     * @return null|FieldInterface
481 481
      */
482 482
     public function getField($slug)
483 483
     {
Please login to merge, or discard this patch.
src/Support/Evaluator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     /**
72 72
      * Check if a string is in a traversable format.
73 73
      *
74
-     * @param  $target
74
+     * @param  string $target
75 75
      * @return bool
76 76
      */
77 77
     protected function isTraversable($target)
Please login to merge, or discard this patch.
src/Ui/Button/Button.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
     /**
148 148
      * Get the dropdown position.
149 149
      *
150
-     * @return array
150
+     * @return string
151 151
      */
152 152
     public function getPosition()
153 153
     {
Please login to merge, or discard this patch.
src/Ui/Form/Command/SetDefaultParameters.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,6 @@
 block discarded – undo
56 56
     /**
57 57
      * Set the form model object from the builder's model.
58 58
      *
59
-     * @param SetDefaultParameters $command
60 59
      */
61 60
     public function handle()
62 61
     {
Please login to merge, or discard this patch.
src/Ui/Form/FormAuthorizer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
     /**
25 25
      * Create a new FormAuthorizer instance.
26 26
      *
27
-     * @param ModuleCollection $modules
28 27
      * @param Authorizer       $authorizer
29 28
      */
30 29
     public function __construct(Authorizer $authorizer)
Please login to merge, or discard this patch.
src/Ui/Grid/Grid.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
     /**
296 296
      * Add data to the data collection.
297 297
      *
298
-     * @param $key
298
+     * @param string $key
299 299
      * @param $value
300 300
      * @return $this
301 301
      */
Please login to merge, or discard this patch.
src/Ui/Table/Command/SetDefaultParameters.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@
 block discarded – undo
53 53
     /**
54 54
      * Set the table model object from the builder's model.
55 55
      *
56
-     * @param SetDefaultParameters $command
57 56
      */
58 57
     public function handle()
59 58
     {
Please login to merge, or discard this patch.
src/Ui/Table/Component/Action/Command/SetActiveAction.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Set the active action.
36 36
      *
37
-     * @param SetActiveAction $command
38 37
      */
39 38
     public function handle()
40 39
     {
Please login to merge, or discard this patch.