Skip to content

Commit c345b6e

Browse files
committed
Remove unused variable from gen_stub.php
1 parent b0b416b commit c345b6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/gen_stub.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ public function toEscapedName(): string {
404404
}
405405

406406
public function toVarEscapedName(): string {
407-
$name = str_replace('_', '__', $this->name);
408407
return str_replace('\\', '_', $this->name);
409408
}
410409

0 commit comments

Comments
 (0)