Stop phpcs line too long error for generated class Docs
This commit is contained in:
parent
bd93f7831e
commit
bd380e365c
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,8 @@ use Illuminate\Support\Str;
|
||||||
use Phaza\LaravelPostgis\Eloquent\PostgisTrait;
|
use Phaza\LaravelPostgis\Eloquent\PostgisTrait;
|
||||||
use Phaza\LaravelPostgis\Geometries\Point;
|
use Phaza\LaravelPostgis\Geometries\Point;
|
||||||
|
|
||||||
|
// phpcs:disable Generic.Files.LineLength.TooLong
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* App\Models\Place.
|
* App\Models\Place.
|
||||||
*
|
*
|
||||||
|
@ -54,6 +56,7 @@ use Phaza\LaravelPostgis\Geometries\Point;
|
||||||
*/
|
*/
|
||||||
class Place extends Model
|
class Place extends Model
|
||||||
{
|
{
|
||||||
|
// phpcs:enable Generic.Files.LineLength.TooLong
|
||||||
use Sluggable;
|
use Sluggable;
|
||||||
use PostgisTrait;
|
use PostgisTrait;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue