@todo udpates

This commit is contained in:
2025-04-27 14:12:01 +10:00
parent a336e58b7a
commit 6954b09089
3 changed files with 2 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ final class ObjectClass extends Base
*
* @param string $line Schema Line
* @param Server $server
* @todo Change $server to $connection, no need to store the server object here
* @todo Deprecate this $server variable? It is only used for isForceMay() determination, and that might be better done elsewhere?
*/
public function __construct(string $line,Server $server)
{