mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
composer fix-style
This commit is contained in:
committed by
github-actions[bot]
parent
d1e6c313c1
commit
391872ba66
@@ -6,7 +6,6 @@ use Barryvdh\LaravelIdeHelper\DocBlock\DocBlockBuilder;
|
|||||||
use Barryvdh\Reflection\DocBlock;
|
use Barryvdh\Reflection\DocBlock;
|
||||||
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
|
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
|
||||||
use Illuminate\Support\Collection;
|
use Illuminate\Support\Collection;
|
||||||
use phpDocumentor\Reflection\FqsenResolver;
|
|
||||||
|
|
||||||
class Macro extends Method
|
class Macro extends Method
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,10 +13,7 @@ namespace Barryvdh\LaravelIdeHelper;
|
|||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\DocBlock\DocBlockBuilder;
|
use Barryvdh\LaravelIdeHelper\DocBlock\DocBlockBuilder;
|
||||||
use Barryvdh\Reflection\DocBlock;
|
use Barryvdh\Reflection\DocBlock;
|
||||||
use Barryvdh\Reflection\DocBlock\Context;
|
|
||||||
use Barryvdh\Reflection\DocBlock\Tag;
|
use Barryvdh\Reflection\DocBlock\Tag;
|
||||||
use Barryvdh\Reflection\DocBlock\Tag\ParamTag;
|
|
||||||
use Barryvdh\Reflection\DocBlock\Tag\ReturnTag;
|
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
use Illuminate\Database\Eloquent\Builder;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
use phpDocumentor\Reflection\DocBlock\Serializer;
|
use phpDocumentor\Reflection\DocBlock\Serializer;
|
||||||
@@ -234,7 +231,6 @@ class Method
|
|||||||
// Set the changed content
|
// Set the changed content
|
||||||
$this->phpdoc->removeTag($tag);
|
$this->phpdoc->removeTag($tag);
|
||||||
$this->phpdoc->appendTagline('@return ' . $returnValue . ' ' . $tag->getDescription());
|
$this->phpdoc->appendTagline('@return ' . $returnValue . ' ' . $tag->getDescription());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user