Skip to content

Commit

Permalink
Apply phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Feb 22, 2022
1 parent 407f550 commit c90822f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directive/FunctionLikeDirective/Compiler.php
Expand Up @@ -31,7 +31,7 @@ final class Compiler
/**
* @var string
*/
private const T_CONCAT_RIGHT= 'concat_right';
private const T_CONCAT_RIGHT = 'concat_right';

/**
* @var string
Expand Down
1 change: 0 additions & 1 deletion src/Internal/Expression/Ast/Comparison/Comparison.php
Expand Up @@ -15,5 +15,4 @@

abstract class Comparison extends BinaryExpression
{

}

0 comments on commit c90822f

Please sign in to comment.