Bug? Found by my IDE
-
My IDE (PhpStorm) flagged this line as a possible bug, and I have to agree with it:
if ( count( $parts >= 3 ) ) {(Line 575). I rather suspect it is meant to be
if ( count($parts) >= 3 ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug? Found by my IDE’ is closed to new replies.