Skip to content

Commit

Permalink
Also remove the unused $last_idx assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
edwilde authored Dec 12, 2023
1 parent 81541db commit b6c646f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Forms/FieldList.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ public function hasTabSet()
public function findTab($tabName)
{
$parts = explode('.', $tabName ?? '');
$last_idx = count($parts ?? []) - 1;

$currentPointer = $this;

Expand Down

0 comments on commit b6c646f

Please sign in to comment.