php-code-generator icon indicating copy to clipboard operation
php-code-generator copied to clipboard

PHP code generator library

Results 14 php-code-generator issues
Sort by recently updated
recently updated
newest added

Don't indent closing indetifier `Heredoc` The closing identifier must begin in the first column of the line.(http://php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc)

Hello PSR-2 Lemmings, I've got something for you. With `v0.6-beta` you will be able to use the `profile` configuration option to select a code style profile from [gossi/php-code-profiles](https://github.com/gossi/php-code-profiles). Set it...

Implement a post-processing pipeline where several tasks can be plugged in (configurable via `CodeGeneratorConfig`). Possible tasks: - Code formatting (#23) - ? Please share your thoughts.

help wanted
question

Actually, travis should - after running tests - generate the API and push it to `gh-pages` branch. For some reasons, this does not work and I am unable to explain...

bug