Pear package PHP_Codesniffer codes

I’ve recently setup the codesniffer to use in our project to help code inspection.

But I’ve run into a few problems.
Does anyone have a list over token codes used? I’ve found some in the pear documentation, like opening curly bracket is 1000 and closing curly bracket is 1001, but some are missing.

I’m special interested in code 365.

Found the answer myself. Typically right after you almost given up… :slight_smile:

echo token_name(365); // T_COMMENT