We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5cf20 commit 0bf1a08Copy full SHA for 0bf1a08
1 file changed
lib/jblond/Diff/ConstantsInterface.php
@@ -1,6 +1,7 @@
1
<?php
2
3
namespace jblond\Diff;
4
+
5
/**
6
* Constant Interface
7
*
@@ -29,5 +30,4 @@ interface ConstantsInterface
29
30
* Flag to ignore blank lines. (Lines which contain no or only non printable characters.)
31
*/
32
public const DIFF_IGNORE_LINE_BLANK = 2;
-
33
}
0 commit comments