Skip to content

Commit

Permalink
Fix the spaces-around-concat.php test (Conflicted with another rule) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MidnightDesign authored Aug 1, 2024
1 parent 1ce8bfe commit 4d103db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/fixtures/valid/spaces-around-concat.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

declare(strict_types=1);

echo 'foo' . 'bar';
$var = 'bar';

echo 'foo' . $var;

0 comments on commit 4d103db

Please sign in to comment.