-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to a member function addDetails() on null #434
Comments
@Algeneralo I think your issue might be duplicate of #350. The cause of the error is mixed line endings. If you want to get rid of it quickly, fix your line ending, otherwise I will see if I can find a suitable workaround. |
@Algeneralo BTW, I can't really create a file with mixed line endings! Which IDE/Editor do you use? |
what do you mean by "fix your line ending"? |
@Algeneralo I mean end of lines characters are mixed (some lines ended with "\n" and some with "\r\n" or something). Of course I'm not sure that your problem is related to this, but I just guess because in #350 the error was the same as yours and the problem was mixed line endings. |
@50bhan do you have a solution for that issue? |
@Algeneralo Unfortunately I'm not able to reproduce this issue! So I just assumed the problem is from mixed line ending. If you can send me your trouble maker file, I can find a workaround. |
@nunomaduro any help with this issue? |
I just installed the library and tried to use the command
php artisan insights
but I got an error.Note: I am using windows as an OS
The text was updated successfully, but these errors were encountered: