Test Failed
Pull Request — master (#196)
by Wilmer
11:31
created
src/ActiveQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -493,7 +493,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/BaseActiveRecord.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.