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
StyleCIBot committed Aug 13, 2024
1 parent 1e80aca commit ba417b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Iterators/ChecksOnPsr4Classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ChecksOnPsr4Classes
private static $checker;

/**
* @param $checker
* @param $checker
* @return array<string, \Generator>
*/
public static function apply($checker)
Expand Down Expand Up @@ -55,7 +55,7 @@ private static function processGetStats($psr4)
private static function processPaths($psr4Namespace, $psr4Paths)
{
foreach ((array) $psr4Paths as $psr4Path) {
$filesCount = (self::$checker)->applyChecksInPath($psr4Namespace, $psr4Path);
$filesCount = self::$checker->applyChecksInPath($psr4Namespace, $psr4Path);
self::$checkedFilesCount += $filesCount;

yield $psr4Path => $filesCount;
Expand Down

0 comments on commit ba417b6

Please sign in to comment.