Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
imanghafoori1 authored and StyleCIBot committed Apr 22, 2021
1 parent 9e431a2 commit e738130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CheckClasses.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ private static function checkNotImportedClasses($tokens, $absFilePath)

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

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

0 comments on commit e738130

Please sign in to comment.