Skip to content

Commit 1ef0227

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 496115d commit 1ef0227

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

src/Features/ActionComments/ActionsComments.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Imanghafoori\LaravelMicroscope\Foundations\Loop;
99
use Imanghafoori\LaravelMicroscope\Foundations\PhpFileDescriptor;
1010
use Imanghafoori\TokenAnalyzer\ClassMethods;
11-
use Imanghafoori\TokenAnalyzer\Refactor;
1211

1312
class ActionsComments implements Check
1413
{

src/Features/CheckEarlyReturns/CheckEarlyReturnsCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Imanghafoori\LaravelMicroscope\Foundations\BaseCommand;
66
use Imanghafoori\LaravelMicroscope\Foundations\Color;
7-
use Imanghafoori\LaravelMicroscope\Foundations\FileReaders\FilePath;
87
use Imanghafoori\LaravelMicroscope\Foundations\PhpFileDescriptor;
98

109
class CheckEarlyReturnsCommand extends BaseCommand

src/Features/CheckExtraImports/Handlers/ExtraImports.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Imanghafoori\LaravelMicroscope\Features\CheckExtraImports\Handlers;
44

55
use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter;
6-
use JetBrains\PhpStorm\Pure;
76

87
class ExtraImports
98
{

src/Features/CheckImports/CheckImportsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function handleCommand($iterator)
7676
$iterator->printAll($messages);
7777
// must be after other messages:
7878
$counter = ErrorCounter::calculateErrors(ErrorPrinter::singleton()->errorsList);
79-
79+
8080
$iterator->printAll([PHP_EOL, Reporters\SummeryReport::summery($counter)]);
8181

8282
if (! ImportsAnalyzer::$checkedRefCount) {

src/Features/CheckUnusedBladeVars/ViewsData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ViewsData
1212
public $main;
1313

1414
/**
15-
* @param \Illuminate\View\View $view
15+
* @param \Illuminate\View\View $view
1616
* @return void
1717
*/
1818
public function add($view)

0 commit comments

Comments
 (0)