Skip to content

Commit 0bf1a08

Browse files
committed
Fix PSR-12 code style
1 parent 5e5cf20 commit 0bf1a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jblond/Diff/ConstantsInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
namespace jblond\Diff;
4+
45
/**
56
* Constant Interface
67
*
@@ -29,5 +30,4 @@ interface ConstantsInterface
2930
* Flag to ignore blank lines. (Lines which contain no or only non printable characters.)
3031
*/
3132
public const DIFF_IGNORE_LINE_BLANK = 2;
32-
3333
}

0 commit comments

Comments
 (0)