Fix PHPDoc comment style

This commit is contained in:
Jonny Barnes 2020-09-13 17:22:52 +01:00
parent e36345ca53
commit 04ee21d1a8
11 changed files with 11 additions and 11 deletions

View file

@ -18,7 +18,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

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

View file

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

View file

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

View file

@ -12,7 +12,7 @@ use Illuminate\Support\Carbon;
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

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

View file

@ -22,7 +22,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

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

View file

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

View file

@ -13,7 +13,7 @@ use Illuminate\Notifications\Notifiable;
use Illuminate\Support\Carbon; use Illuminate\Support\Carbon;
/** /**
* App\Models\User * App\Models\User.
* *
* @property int $id * @property int $id
* @property string $name * @property string $name

View file

@ -17,7 +17,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