mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Generate noinspections PHPStorm tags (#905)
* Generate noinspections PHPStorm tags * Add comments about PHPStorm noinspection tags * Fix line to long warnings * Add tests for PHPStorm noinspection Co-authored-by: Michał Zgliński <[email protected]>
This commit is contained in:
co-authored by
Michał Zgliński
parent
bef8158d02
commit
dcf76c1a81
@@ -0,0 +1,9 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\PHPStormNoInspection\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Simple extends Model
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user