mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
add failing test case
This commit is contained in:
parent
5cc6cdfb2b
commit
052fb9a506
@ -17,6 +17,8 @@ class SomeClass
|
||||
|
||||
$tokens[$i][0][1][4] = self::T_FN;
|
||||
$value = $tokens[$i][0][1][4];
|
||||
|
||||
$impertinent[$i] = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -43,6 +45,8 @@ class SomeClass
|
||||
|
||||
$tokens[$i][0][1][4] = self::T_FN;
|
||||
$value = $token[0][1][4];
|
||||
|
||||
$impertinent[$i] = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user