Got a needs improvment for my PHP script item, Question...

I’ve got a reply from codecanyon that my item needs improvment:

  • Please make sure the code adheres to PSR standards.
  • Make sure that the code doesn’t raise any PHP errors, notices or warnings. Please set error_reporting(E_ALL)
  • Please double check for common security vulnerabilities: SQL injection, XSS, CSRF etc
  • Please make sure the item doesn’t contain any encrypted code or a third party licensing system.
    The documentation is a little lacking.

I’ve read that others got the same message.

Is it an autoreply or something like?

The script is written in codeigniter with storm, where the code style set from PSR standard. However I also followed the codeigniter style guide, so classes named like: User_model. But spaces, indents, other stuff are standardized.

All of the points are the issue, or could be only one of them?

I think my documentation is not a book like. I’m going to improve it, but it would help if I don’t have to overview all the code line by line for the other parts if its already passing expectations and works.

If you’re sure that there’s no errors or vulnerabilities in the code, then the documentation is the problem.