Framework php file error in vendor folder

Asked

Viewed 89 times

-2

When I open my project in the framework Laravel which is in the programming language in php,

have error in vendor folder,

any project I create in the framework has this error

The error path in the project is:

/vendor/phpunit/php-code-Coverage/tests/_files/Crash.php

the line that is wrong in the Crash.php file is :inserir a descrição da imagem aqui

1 answer

-1

This is because your IDE is trying to read some dependency but for some reason is not understanding. Try installing some PHP lint module/extension in your IDE. Another suggestion is to use Vscode as an amazing IDE to work with PHP and have several amazing extensions.

  • I put the code in the visual studio. I also updated php. However, the same error continues.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.