[04:38:58] are there any tools i can use to lint / detect whitespace issues with php for mediawiki? stylize.php doesn't seem to do that. [04:42:37] for example jshint has a nice feature that throws an error when there's mixed whitespace (tabs and spaces) used for indentation on the same line. how can i get something similar for php? [05:03:41] Emw: Just use Nemo_bis like everyone else? [06:31:51] What time is the branch cut for 1.21wmf9? [07:21:03] Amgine: ? [07:22:21] are there any tools i can use to lint / detect whitespace issues with php for mediawiki? stylize.php doesn't seem to do that. [07:22:21] for example jshint has a nice feature that throws an error when there's mixed whitespace (tabs and spaces) used for indentation on the same line. how can i get something similar for php? [07:22:44] Nemo_bis: ^ [07:22:45] yes I got it, it was only 10 lines above ^^ [07:22:52] [07:23:17] ah for that patch [07:24:18] Obscurity, thy name is Amgine. [07:24:18] I don't usually do that, there's stylize.php and the other tool we're going to use [07:32:59] ah, right, "Reformat code" in PHPStorm [08:31:36] anyone can tell me how to use php unit tests in netbeans for extensions