Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypkhantc committed Mar 13, 2024
1 parent 25b73e9 commit 255b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Namespaces/NS.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function getClassList(): array
/** @var array<class-string, string> $classes Override class-explorer lib */
$classes = $explorer->getClassMap();
foreach ($classes as $className => $phpFile) {
if (!$this->loadClass($className, $phpFile)) {
if (! $this->loadClass($className, $phpFile)) {
continue;
}

Expand Down

0 comments on commit 255b287

Please sign in to comment.