Skip to content

Commit 528c6bf

Browse files
committed
Apply fixes from StyleCI
1 parent fe3fdaf commit 528c6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NestedSetsBehavior.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public function beforeInsert(): void
377377
0,
378378
),
379379
$this->operation === self::OPERATION_MAKE_ROOT => $this->beforeInsertRootNode(),
380-
$this->operation === self::OPERATION_PREPEND_TO && $this->node !== null => $this->beforeInsertNode(
380+
$this->operation === self::OPERATION_PREPEND_TO && $this->node !== null => $this->beforeInsertNode(
381381
$this->node->getAttribute($this->leftAttribute) + 1,
382382
1,
383383
),

0 commit comments

Comments
 (0)