@@ -493,7 +493,7 @@ |
||
| 493 | 493 | |
| 494 | 494 | $name = $relation; |
| 495 | 495 | |
| 496 | - $callback = static function ($query) use ($callback, $alias) { |
|
| 496 | + $callback = static function($query) use ($callback, $alias) { |
|
| 497 | 497 | /** @var $query ActiveQuery */ |
| 498 | 498 | $query->alias($alias); |
| 499 | 499 | |
@@ -238,7 +238,6 @@ |
||
| 238 | 238 | * @param bool $multiple whether this query represents a relation to more than one record. |
| 239 | 239 | * |
| 240 | 240 | * @return ActiveQueryInterface the relational query object. |
| 241 | - |
|
| 242 | 241 | * {@see hasOne()} |
| 243 | 242 | * {@see hasMany()} |
| 244 | 243 | */ |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | use Rector\Config\RectorConfig; |
| 7 | 7 | use Rector\Set\ValueObject\LevelSetList; |
| 8 | 8 | |
| 9 | -return static function (RectorConfig $rectorConfig): void { |
|
| 9 | +return static function(RectorConfig $rectorConfig): void { |
|
| 10 | 10 | $rectorConfig->paths([ |
| 11 | 11 | __DIR__ . '/src', |
| 12 | 12 | __DIR__ . '/tests', |