Completed
Pull Request — master (#84)
by
unknown
08:44
created
src/ModelFinder.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,10 +6,10 @@
 block discarded – undo
6 6
 use Illuminate\Filesystem\Filesystem;
7 7
 use Illuminate\Support\Collection;
8 8
 use Illuminate\Support\Str;
9
-use PhpParser\Node\Stmt\Class_;
10
-use PhpParser\Node\Stmt\Namespace_;
11 9
 use PhpParser\NodeTraverser;
12 10
 use PhpParser\NodeVisitor\NameResolver;
11
+use PhpParser\Node\Stmt\Class_;
12
+use PhpParser\Node\Stmt\Namespace_;
13 13
 use PhpParser\ParserFactory;
14 14
 use ReflectionClass;
15 15
 
Please login to merge, or discard this patch.
src/RelationFinder.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
 use Illuminate\Database\Eloquent\Relations\BelongsTo;
6 6
 use Illuminate\Database\Eloquent\Relations\HasOneOrMany;
7 7
 use Illuminate\Database\Eloquent\Relations\Relation;
8
+use Illuminate\Support\Arr;
8 9
 use Illuminate\Support\Collection;
9 10
 use ReflectionClass;
10 11
 use ReflectionMethod;
11
-use Illuminate\Support\Arr;
12 12
 
13 13
 
14 14
 class RelationFinder
Please login to merge, or discard this patch.
src/GraphBuilder.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace BeyondCode\ErdGenerator;
4 4
 
5 5
 use Illuminate\Database\Eloquent\Relations\BelongsToMany;
6
-use phpDocumentor\GraphViz\Graph;
7 6
 use Illuminate\Support\Collection;
7
+use phpDocumentor\GraphViz\Graph;
8 8
 use phpDocumentor\GraphViz\Node;
9 9
 use \Illuminate\Database\Eloquent\Model as EloquentModel;
10 10
 
Please login to merge, or discard this patch.