mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Fix phpdocs
This commit is contained in:
@@ -11,8 +11,10 @@ use Illuminate\Database\Eloquent\Model;
|
||||
*
|
||||
* @implements \ArrayAccess
|
||||
* @noinspection PhpUnreachableStatementInspection
|
||||
* @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
|
||||
* @noinspection PhpUnnecessaryFullyQualifiedNameInspection
|
||||
* @property string $foo
|
||||
* @property-read string $bar
|
||||
* @method fooBar()
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class Simple extends Model
|
||||
|
||||
Reference in New Issue
Block a user