Stop phpcs line too long error for generated class Docs

This commit is contained in:
Jonny Barnes 2020-02-22 12:00:59 +00:00
parent bd93f7831e
commit bd380e365c

View file

@ -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;