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; use Spatie\CommonMarkHighlighter\IndentedCodeRenderer;
/** /**
* App\Models\Article * App\Models\Article.
* *
* @property int $id * @property int $id
* @property string $titleurl * @property string $titleurl

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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