Skip to content

Commit 54124a6

Browse files
committed
Fix "Opening brace must not be followed by a blank"
1 parent 42ea73b commit 54124a6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lib/jblond/Diff/Renderer/Text/UnifiedCli.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*/
2121
class UnifiedCli extends MainRendererAbstract
2222
{
23-
2423
/**
2524
* @var CliColors
2625
*/

tests/Diff/Renderer/MainRendererTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
*/
3434
class MainRendererTest extends TestCase
3535
{
36-
3736
/**
3837
* @var string[] Defines the main renderer options.
3938
*/

tests/Diff/SimilarityTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
*/
2020
class SimilarityTest extends TestCase
2121
{
22-
2322
/**
2423
* Test the similarity ratio between two sequences with different methods.
2524
*/

0 commit comments

Comments
 (0)