Skip to content

Commit

Permalink
Fix PSR-12 code style
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Oct 26, 2021
1 parent 5e5cf20 commit 0bf1a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jblond/Diff/ConstantsInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace jblond\Diff;

/**
* Constant Interface
*
Expand Down Expand Up @@ -29,5 +30,4 @@ interface ConstantsInterface
* Flag to ignore blank lines. (Lines which contain no or only non printable characters.)
*/
public const DIFF_IGNORE_LINE_BLANK = 2;

}

0 comments on commit 0bf1a08

Please sign in to comment.