Completed
Pull Request — master (#346)
by
unknown
18:04
created
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.
src/Ui/Table/Component/View/Command/SetActiveView.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
      * Handle the command.
39 39
      *
40 40
      * @param Request   $request
41
-     * @param Container $container
42 41
      */
43 42
     public function handle(Request $request, ViewHandler $handler)
44 43
     {
Please login to merge, or discard this patch.
src/StreamsPlugin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     /**
158 158
      * Get the plugin functions.
159 159
      *
160
-     * @return array
160
+     * @return \Twig_SimpleFunction[]
161 161
      */
162 162
     public function getFunctions()
163 163
     {
@@ -376,7 +376,7 @@  discard block
 block discarded – undo
376 376
     /**
377 377
      * Get the filters.
378 378
      *
379
-     * @return array
379
+     * @return \Twig_SimpleFilter[]
380 380
      */
381 381
     public function getFilters()
382 382
     {
Please login to merge, or discard this patch.
src/Http/Controller/EntryController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
      * @param $addon
116 116
      * @param $namespace
117 117
      * @param $stream
118
-     * @return \Illuminate\Http\RedirectResponse
118
+     * @return \Symfony\Component\HttpFoundation\StreamedResponse
119 119
      */
120 120
     public function export($addon, $namespace, $stream)
121 121
     {
Please login to merge, or discard this patch.
src/Image/ImageMacros.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     /**
108 108
      * Return if a macro exists or not.
109 109
      *
110
-     * @param $macro
110
+     * @param string $macro
111 111
      * @return bool
112 112
      */
113 113
     public function isMacro($macro)
Please login to merge, or discard this patch.
src/Addon/FieldType/FieldTypeQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     /**
129 129
      * Set the constraint.
130 130
      *
131
-     * @param $constraint
131
+     * @param string $constraint
132 132
      * @return $this
133 133
      */
134 134
     public function setConstraint($constraint)
Please login to merge, or discard this patch.
src/Asset/Asset.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -454,7 +454,7 @@  discard block
 block discarded – undo
454 454
     /**
455 455
      * Publish the collection of assets to the path.
456 456
      *
457
-     * @param $path
457
+     * @param string $path
458 458
      * @param $collection
459 459
      * @param $additionalFilters
460 460
      */
@@ -647,7 +647,7 @@  discard block
 block discarded – undo
647 647
      * Decide whether we need to publish the file
648 648
      * to the path or not.
649 649
      *
650
-     * @param        $path
650
+     * @param        string $path
651 651
      * @param        $collection
652 652
      * @param  array $filters
653 653
      * @return bool
@@ -702,7 +702,7 @@  discard block
 block discarded – undo
702 702
     /**
703 703
      * Add a namespace path hint.
704 704
      *
705
-     * @param  $namespace
705
+     * @param  string $namespace
706 706
      * @param  $path
707 707
      * @return $this
708 708
      */
Please login to merge, or discard this patch.
src/Database/Migration/Console/Command/ConfigureCreator.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,6 @@
 block discarded – undo
57 57
     /**
58 58
      * Handle the command.
59 59
      *
60
-     * @param AddonCollection $addons
61 60
      */
62 61
     public function handle()
63 62
     {
Please login to merge, or discard this patch.