mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Fix phpdocs
This commit is contained in:
@@ -11,8 +11,10 @@ use Illuminate\Database\Eloquent\Model;
|
|||||||
*
|
*
|
||||||
* @implements \ArrayAccess
|
* @implements \ArrayAccess
|
||||||
* @noinspection PhpUnreachableStatementInspection
|
* @noinspection PhpUnreachableStatementInspection
|
||||||
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
|
* @noinspection PhpUnnecessaryFullyQualifiedNameInspection
|
||||||
* @property string $foo
|
* @property string $foo
|
||||||
|
* @property-read string $bar
|
||||||
|
* @method fooBar()
|
||||||
* @mixin \Eloquent
|
* @mixin \Eloquent
|
||||||
*/
|
*/
|
||||||
class Simple extends Model
|
class Simple extends Model
|
||||||
|
|||||||
+3
-1
@@ -11,8 +11,10 @@ use Illuminate\Database\Eloquent\Model;
|
|||||||
*
|
*
|
||||||
* @implements \ArrayAccess
|
* @implements \ArrayAccess
|
||||||
* @noinspection PhpUnreachableStatementInspection
|
* @noinspection PhpUnreachableStatementInspection
|
||||||
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
|
* @noinspection PhpUnnecessaryFullyQualifiedNameInspection
|
||||||
* @property string $foo
|
* @property string $foo
|
||||||
|
* @property-read string $bar
|
||||||
|
* @method fooBar()
|
||||||
* @property int $id
|
* @property int $id
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newModelQuery()
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newModelQuery()
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newQuery()
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newQuery()
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ use Illuminate\Database\Eloquent\Model;
|
|||||||
*
|
*
|
||||||
* @implements \ArrayAccess
|
* @implements \ArrayAccess
|
||||||
* @noinspection PhpUnreachableStatementInspection
|
* @noinspection PhpUnreachableStatementInspection
|
||||||
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
|
|
||||||
* @property int $id
|
* @property int $id
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newModelQuery()
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newModelQuery()
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newQuery()
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newQuery()
|
||||||
|
|||||||
Reference in New Issue
Block a user