File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tests/Core/Tokenizers/Tokenizer Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5959 <rule ref =" Squiz.Scope.MethodScope" />
6060 <rule ref =" Squiz.Strings.ConcatenationSpacing" />
6161 <rule ref =" Squiz.Strings.DoubleQuoteUsage.NotRequired" />
62+ <rule ref =" Generic.Strings.UnnecessaryHeredoc" />
6263 <rule ref =" Squiz.WhiteSpace.ControlStructureSpacing" />
6364 <rule ref =" Squiz.WhiteSpace.FunctionClosingBraceSpace" />
6465 <rule ref =" Squiz.WhiteSpace.FunctionSpacing" />
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function testTabWidthNotSet()
3333 $ config = new ConfigDouble ();
3434 $ ruleset = new Ruleset ($ config );
3535
36- $ content = <<<EOD
36+ $ content = <<<' EOD'
3737<?php
3838 echo 'foo';
3939EOD;
@@ -71,7 +71,7 @@ public function testLengthSettingRespectsEncoding()
7171 $ config ->tabWidth = 4 ;
7272 $ ruleset = new Ruleset ($ config );
7373
74- $ content = <<<EOD
74+ $ content = <<<' EOD'
7575<?php
7676echo 'пасха пасха';
7777EOD;
You can’t perform that action at this time.
0 commit comments