Skip to content

Commit

Permalink
removed another deprecated curly braces from string.php (#144)
Browse files Browse the repository at this point in the history
overlooked one more curly braces
  • Loading branch information
Fjonan committed Apr 17, 2020
1 parent b14b8c8 commit 9e987b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/TeamSpeak3/Helper/String.php
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ public function key()
*/
public function current()
{
return new TeamSpeak3_Helper_Char($this->string{$this->position});
return new TeamSpeak3_Helper_Char($this->string[$this->position]);
}

/**
Expand Down

0 comments on commit 9e987b6

Please sign in to comment.