Fix PHPDoc comment style
This commit is contained in:
parent
e36345ca53
commit
04ee21d1a8
11 changed files with 11 additions and 11 deletions
|
@ -18,7 +18,7 @@ use Spatie\CommonMarkHighlighter\FencedCodeRenderer;
|
|||
use Spatie\CommonMarkHighlighter\IndentedCodeRenderer;
|
||||
|
||||
/**
|
||||
* App\Models\Article
|
||||
* App\Models\Article.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $titleurl
|
||||
|
|
|
@ -12,7 +12,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
|
|||
use Illuminate\Support\Carbon;
|
||||
|
||||
/**
|
||||
* App\Models\Bookmark
|
||||
* App\Models\Bookmark.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $url
|
||||
|
|
|
@ -10,7 +10,7 @@ use Illuminate\Database\Eloquent\Model;
|
|||
use Illuminate\Support\Carbon;
|
||||
|
||||
/**
|
||||
* App\Models\Contact
|
||||
* App\Models\Contact.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $nick
|
||||
|
|
|
@ -13,7 +13,7 @@ use Illuminate\Support\Carbon;
|
|||
use Mf2;
|
||||
|
||||
/**
|
||||
* App\Models\Like
|
||||
* App\Models\Like.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $url
|
||||
|
|
|
@ -12,7 +12,7 @@ use Illuminate\Support\Carbon;
|
|||
use Illuminate\Support\Str;
|
||||
|
||||
/**
|
||||
* App\Models\Media
|
||||
* App\Models\Media.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string|null $token
|
||||
|
|
|
@ -12,7 +12,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
|||
use Illuminate\Support\Carbon;
|
||||
|
||||
/**
|
||||
* App\Models\MicropubClient
|
||||
* App\Models\MicropubClient.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $client_url
|
||||
|
|
|
@ -22,7 +22,7 @@ use Normalizer;
|
|||
use Spatie\CommonMarkHighlighter\{FencedCodeRenderer, IndentedCodeRenderer};
|
||||
|
||||
/**
|
||||
* App\Models\Note
|
||||
* App\Models\Note.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string|null $note
|
||||
|
|
|
@ -15,7 +15,7 @@ use MStaack\LaravelPostgis\Eloquent\PostgisTrait;
|
|||
use MStaack\LaravelPostgis\Geometries\Point;
|
||||
|
||||
/**
|
||||
* App\Models\Place
|
||||
* App\Models\Place.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
|
|
|
@ -12,7 +12,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
|
|||
use Illuminate\Support\Carbon;
|
||||
|
||||
/**
|
||||
* App\Models\Tag
|
||||
* App\Models\Tag.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $tag
|
||||
|
|
|
@ -13,7 +13,7 @@ use Illuminate\Notifications\Notifiable;
|
|||
use Illuminate\Support\Carbon;
|
||||
|
||||
/**
|
||||
* App\Models\User
|
||||
* App\Models\User.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
|
|
|
@ -17,7 +17,7 @@ use Jonnybarnes\WebmentionsParser\Authorship;
|
|||
use Jonnybarnes\WebmentionsParser\Exceptions\AuthorshipParserException;
|
||||
|
||||
/**
|
||||
* App\Models\WebMention
|
||||
* App\Models\WebMention.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $source
|
||||
|
|
Loading…
Add table
Reference in a new issue