📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 23:59:54
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Fixer
/
Fixtures
✏️
Editing: GenerateDiffTest-VarNameChanged.diff
--- tests/Core/Fixer/Fixtures/GenerateDiffTest-VarNameChanged.inc +++ PHP_CodeSniffer @@ -1,7 +1,7 @@ <?php // Comment with 2 spaces trailing whitespace. -$rav = FALSE; +$var = FALSE; -if ($rav) { +if ($var) { echo 'This line is tab indented'; }
💾 Save Changes
❌ Cancel