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
Yeah, I've seen that one, too. It's annoying. :) The variable is created and populated by the sscanf method so I hadn't bothered changing it yet, since it's a language feature and seems to be just a PHPStorm thing. Though, to be fair, that method is one that I pretty much copy/pasted from CI3, so haven't looked too closely at it.
HTTP/Request.php Error
Is throwing an error in phpStorm 2016.1.2 on Line: 174
sscanf($proxy_ips[$i], '%[^/]/%d', $netaddr, $masklen);
$masklen has not been defined. Could be phpStorm just wanted to let you know.
If you define it the error goes away.
The text was updated successfully, but these errors were encountered: