Skip to content

Commit 346effa

Browse files
committed
[CS Fix] Consistent coding-style of concatenation operator usage
1 parent f8464aa commit 346effa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Normalizer/GetSetMethodNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public function setBar($bar)
218218

219219
public function getFooBar()
220220
{
221-
return $this->foo . $this->bar;
221+
return $this->foo.$this->bar;
222222
}
223223

224224
public function getCamelCase()

0 commit comments

Comments
 (0)