Laravel-ide-helper: Multiple definitions exist for class Schema

Created on 6 Jun 2017  路  2Comments  路  Source: barryvdh/laravel-ide-helper

Not sure if there's anything that can be done for this, but I'm getting Multiple definitions exist for class Schema in PhpStorm.

Commenting out use Illuminate\Support\Facades\Schema; seems to stop the error, but I don't know if that's advisable.

Most helpful comment

I usually disable the inspection for it:
image

You can find it at PHP -> Code Style -> Unnecessary fully qualified name

All 2 comments

I usually disable the inspection for it:
image

You can find it at PHP -> Code Style -> Unnecessary fully qualified name

For people looking for an updated answer to this you can view it here:
https://github.com/barryvdh/laravel-ide-helper/issues/592#issuecomment-355268633

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GitzJoey picture GitzJoey  路  4Comments

andrew-svirin picture andrew-svirin  路  4Comments

beniaminorossini picture beniaminorossini  路  5Comments

neeravp picture neeravp  路  3Comments

Alymosul picture Alymosul  路  4Comments