Skip to content

Commit e738130

Browse files
imanghafoori1StyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 9e431a2 commit e738130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CheckClasses.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ private static function checkNotImportedClasses($tokens, $absFilePath)
203203

204204
private static function printFixation($absPath, $wrongClass, $lineNumber, $correct)
205205
{
206-
$line1 = $wrongClass . ' <=== Did not exist.';
207-
$line2 = 'Auto-corrected to: '. substr($correct[0], 0, 55);
206+
$line1 = $wrongClass.' <=== Did not exist.';
207+
$line2 = 'Auto-corrected to: '.substr($correct[0], 0, 55);
208208

209209
app(ErrorPrinter::class)->simplePendError($absPath, $lineNumber, $line2, 'ns_replacement', $line1);
210210
}

0 commit comments

Comments
 (0)