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
this will fail when I run code on a server with php 7, but will not display this as a problem when I run php7cc. I had this in several files and it gave me greens across the board.
function randomName($this) {
$do = $this;
return $do;
}
The text was updated successfully, but these errors were encountered:
Looks like this was introduced in 7.1. I haven't made up my mind yet on adding checks for the BC breaks introduced in 7.1 and 7.2. It seems like there aren't many of them that could be detected by static analysis (at the level php7cc does it).
this will fail when I run code on a server with php 7, but will not display this as a problem when I run php7cc. I had this in several files and it gave me greens across the board.
The text was updated successfully, but these errors were encountered: