Completed
Push — master ( 569ad9...240820 )
by Maxime
05:49 queued 01:07
created
Distilleries/Contentful/Commands/Generators/Definitions/BaseDefinition.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
      * Return relative base path of destination path.
53 53
      *
54 54
      * @param  string $stubPath
55
-     * @param  string $destPath
56 55
      * @param  array $replacements
57 56
      * @return string
58 57
      */
Please login to merge, or discard this patch.
src/Distilleries/Contentful/Models/Base/ContentfulModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
     /**
156 156
      * Return Contentful Entries for given ID.
157 157
      *
158
-     * @param  array $links
158
+     * @param  string[] $links
159 159
      * @param  callback|null $query
160 160
      * @return \Illuminate\Support\Collection
161 161
      */
Please login to merge, or discard this patch.