Hi, While working with generated PHP files, I noticed we don't have a specific phpDoc tag to inform us that a file/class/function has been generated.
Right now, I'm using a simple comment like this: https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Endpoints/Count.php#L25 This information is really important because the generated file should not be edited manually:-) My proposal is to add a @generated tag for PSR-12 as follows: /** * @generated using util/GenerateEndpoints.php script */ What do you think? Thanks! Regards, Enrico Zimuel https://zimuel.it -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/CAOMtwbRbRhD-8np0syn0NKXWwgTqBgJavGgxBiEkimqJ%3DRhEtQ%40mail.gmail.com.
