Completed
Push — master ( 18e0e3...09a0d6 )
by Maxime
118:54 queued 116:30
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
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
     /**
147 147
      * Return Contentful Entries for given ID.
148 148
      *
149
-     * @param  array  $links
149
+     * @param  string[]  $links
150 150
      * @return \Illuminate\Support\Collection
151 151
      */
152 152
     protected function contentfulEntries(array $links) : Collection
Please login to merge, or discard this patch.