You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding to tests/assets/code.php will trigger this case:
__(ucfirst('test'));
While it seems logical that the scanner can't index this line, a warning/notice is a lot better.
Because this exception is not catched internally, it's impossible to ignore it and continue the rest of the file, we add the translations like this manually to the translation file. This works in the previous version of php-gettext