Hy guys.
I´ve got a boring warning message on PhpStorm using Bootstrapper 5.9.1 on laravel 5.3.
PhpStorm keeping warning on the blade files about an error:
method __toString is not implemented for (on each class of Bootstrapper).
If i use static import, those warnings disappear, but i got an error: Non-static method Bootstrapper\Table::withContents() should not be called statically.
if i return to a non static import , it runs ok, but the warnings on IDE returns
Example: Table::withContents().
Can anyone help how to solve it?