Given the following test case (note the \t on the blank line between $foo and $bar):
<?php
$foo = 1;
$bar = 2;
The \t is being prepended to the $bar line.
This isn't a core bug, just something I noticed while testing. 🙂
Tested with PHPCS master, WPCS develop.