Completed
Push — master ( 784de3...ea54d9 )
by Maxime
03:03
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/Repositories/EntriesRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Distilleries\Contentful\Repositories;
4 4
 
5 5
 use Distilleries\Contentful\Models\Locale;
6
-use Distilleries\Contentful\Models\Scopes\NotNullSlugScope;
7 6
 use Exception;
8 7
 use Illuminate\Support\Collection;
9 8
 use Illuminate\Support\Facades\DB;
Please login to merge, or discard this patch.