diff --git a/src/codegen.inc.php b/src/codegen.inc.php index 5a02b0a..fbc89b9 100644 --- a/src/codegen.inc.php +++ b/src/codegen.inc.php @@ -24,13 +24,13 @@ function supported_tokens() return [ 'POD', 'default', + 'virtual', 'bitfields', 'cloneable', - 'virtual', 'obscured', 'diffable', + //TODO: this should be in a different package as a plugin 'table_pkey', - 'bhl_bind', 'cs_embed', 'cs_implements', 'cs_attributes',