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:
mzglinski
2020-04-21 21:36:27 +02:00
committed by GitHub
co-authored by Michał Zgliński
parent bef8158d02
commit dcf76c1a81
3 changed files with 165 additions and 0 deletions
@@ -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
{
}