Skip to content

Commit c90822f

Browse files
committed
Apply phpcs
1 parent 407f550 commit c90822f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Directive/FunctionLikeDirective/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class Compiler
3131
/**
3232
* @var string
3333
*/
34-
private const T_CONCAT_RIGHT= 'concat_right';
34+
private const T_CONCAT_RIGHT = 'concat_right';
3535

3636
/**
3737
* @var string

src/Internal/Expression/Ast/Comparison/Comparison.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@
1515

1616
abstract class Comparison extends BinaryExpression
1717
{
18-
1918
}

0 commit comments

Comments
 (0)