Completed
Push — master ( 3f47eb...ce8e72 )
by Maxime
03:19
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
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
     /**
155 155
      * Return Contentful Entries for given ID.
156 156
      *
157
-     * @param  array $links
157
+     * @param  string[] $links
158 158
      * @return \Illuminate\Support\Collection
159 159
      */
160 160
     protected function contentfulEntries(array $links): Collection
Please login to merge, or discard this patch.