diff --git a/src/Macro.php b/src/Macro.php index 71a33f9..074ce74 100644 --- a/src/Macro.php +++ b/src/Macro.php @@ -6,7 +6,6 @@ use Barryvdh\LaravelIdeHelper\DocBlock\DocBlockBuilder; use Barryvdh\Reflection\DocBlock; use Illuminate\Database\Eloquent\Builder as EloquentBuilder; use Illuminate\Support\Collection; -use phpDocumentor\Reflection\FqsenResolver; class Macro extends Method { diff --git a/src/Method.php b/src/Method.php index cebe47a..6a04748 100644 --- a/src/Method.php +++ b/src/Method.php @@ -13,10 +13,7 @@ namespace Barryvdh\LaravelIdeHelper; use Barryvdh\LaravelIdeHelper\DocBlock\DocBlockBuilder; use Barryvdh\Reflection\DocBlock; -use Barryvdh\Reflection\DocBlock\Context; use Barryvdh\Reflection\DocBlock\Tag; -use Barryvdh\Reflection\DocBlock\Tag\ParamTag; -use Barryvdh\Reflection\DocBlock\Tag\ReturnTag; use Illuminate\Database\Eloquent\Builder; use Illuminate\Support\Str; use phpDocumentor\Reflection\DocBlock\Serializer; @@ -234,7 +231,6 @@ class Method // Set the changed content $this->phpdoc->removeTag($tag); $this->phpdoc->appendTagline('@return ' . $returnValue . ' ' . $tag->getDescription()); - } /**