Skip to content

Commit a463bbc

Browse files
committed
Remove outdated comment
1 parent 9e7b975 commit a463bbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Swoole/Server.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ protected function bindSwooleTables()
244244
}
245245
$t->create();
246246
$name .= self::TABLE_PROPERTY_SUFFIX; // Avoid naming conflicts
247-
// Use proxy object to store dynamic properties for PHP 8.2+ compatibility
248247
$this->swoole->{$name} = $t;
249248
}
250249
}

0 commit comments

Comments
 (0)