Fix PHPDoc styles for ide helper blocks

This commit is contained in:
Jonny Barnes 2020-02-22 11:21:00 +00:00
parent 3f1bca4168
commit bd93f7831e
11 changed files with 11 additions and 11 deletions

View file

@ -16,7 +16,7 @@ use Spatie\CommonMarkHighlighter\FencedCodeRenderer;
use Spatie\CommonMarkHighlighter\IndentedCodeRenderer;
/**
* App\Models\Article
* App\Models\Article.
*
* @property int $id
* @property string $titleurl

View file

@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
/**
* App\Models\Bookmark
* App\Models\Bookmark.
*
* @property int $id
* @property string $url

View file

@ -7,7 +7,7 @@ namespace App\Models;
use Illuminate\Database\Eloquent\Model;
/**
* App\Models\Contact
* App\Models\Contact.
*
* @property int $id
* @property string $nick

View file

@ -10,7 +10,7 @@ use Illuminate\Support\Arr;
use Mf2;
/**
* App\Models\Like
* App\Models\Like.
*
* @property int $id
* @property string $url

View file

@ -9,7 +9,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Support\Str;
/**
* App\Models\Media
* App\Models\Media.
*
* @property int $id
* @property string|null $token

View file

@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\HasMany;
/**
* App\Models\MicropubClient
* App\Models\MicropubClient.
*
* @property int $id
* @property string $client_url

View file

@ -20,7 +20,7 @@ use Normalizer;
use Spatie\CommonMarkHighlighter\{FencedCodeRenderer, IndentedCodeRenderer};
/**
* App\Models\Note
* App\Models\Note.
*
* @property int $id
* @property string|null $note

View file

@ -13,7 +13,7 @@ use Phaza\LaravelPostgis\Eloquent\PostgisTrait;
use Phaza\LaravelPostgis\Geometries\Point;
/**
* App\Models\Place
* App\Models\Place.
*
* @property int $id
* @property string $name

View file

@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
/**
* App\Models\Tag
* App\Models\Tag.
*
* @property int $id
* @property string $tag

View file

@ -8,7 +8,7 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
/**
* App\Models\User
* App\Models\User.
*
* @property int $id
* @property string $name

View file

@ -14,7 +14,7 @@ use Jonnybarnes\WebmentionsParser\Authorship;
use Jonnybarnes\WebmentionsParser\Exceptions\AuthorshipParserException;
/**
* App\Models\WebMention
* App\Models\WebMention.
*
* @property int $id
* @property string $source