Completed
Push — master ( d91787...bd1e81 )
by Nekrasov
02:40
created
src/Commands/AnonymizationInstallCommand.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -90,6 +90,7 @@
 block discarded – undo
90 90
      * Create Anonymizer class.
91 91
      *
92 92
      * @param string $dir
93
+     * @param string $class
93 94
      *
94 95
      * @return void
95 96
      */
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Arrilot\LaravelDataAnonymization\Commands;
4 4
 
5
-use Illuminate\Console\Command;
6
-use Illuminate\Filesystem\Filesystem;
5
+use Illuminate\Console\Command;
6
+use Illuminate\Filesystem\Filesystem;
7 7
 use Illuminate\Support\Composer;
8
-use Symfony\Component\Console\Input\InputOption;
9 8
 
10 9
 class AnonymizationInstallCommand extends Command
11 10
 {
Please login to merge, or discard this patch.
src/Commands/MakeAnonymizerCommand.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Arrilot\LaravelDataAnonymization\Commands;
4 4
 
5
-use Illuminate\Support\Composer;
6
-use Illuminate\Filesystem\Filesystem;
5
+use Illuminate\Support\Composer;
6
+use Illuminate\Filesystem\Filesystem;
7 7
 use Illuminate\Console\GeneratorCommand;
8 8
 
9 9
 class MakeAnonymizerCommand extends GeneratorCommand
Please login to merge, or discard this patch.