Open phpdave11 opened 5 years ago
As a workaround you can rename the $class variable to $foo. A proper solution is still pending to be released.
Thanks! I will use a different variable name instead of $class to fix this issue.
I have the same troubles with the code:
$message = $this->trans('That password reset link is incorrect. Please request a new password reset link.');
I got an error
Class password was referenced relatively but not defined
UPD: it seems it is caused by #1
I ran into an issue where phpnsc incorrectly detects a string as being a class.
Code:
Here's my phpnsc.json:
Result: