We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5839e88 commit b4c5cf1Copy full SHA for b4c5cf1
tests/binary_file/files/file1.php
@@ -0,0 +1,3 @@
1
+<?php
2
+
3
+$foo = '';
tests/binary_file/files/file2.php
@@ -0,0 +1,5 @@
+$foo = '
4
+line with spaces
5
+';
tests/binary_file/files/logo.md
@@ -0,0 +1 @@
+File comes from [PHP-CS-Fixer/logo](https://github.com/PHP-CS-Fixer/logo).
tests/binary_file/files/logo.png
54.6 KB
tests/binary_file/test
@@ -0,0 +1,6 @@
+--STATUS-CODE--
+3
+--OUTPUT--
+\e[97;41mTrailing whitespaces detected:\e[0m
+\e[0;31m - in \e[0;33mfile2.php\e[0;31m at line \e[0;33m4
6
+ \e[0;31m>\e[0m line with spaces\e[41;1m \e[0m
0 commit comments