Jan Tvrdík
Jan Tvrdík
Why not make rollbacking all migrations a default behavior?
unfortunately removing it would be a BC break, maybe wait for 4.0?
I think the mindset of user calling `migrations:continue --dry-run` is different than mindset of user calling `migrations:status`. The first one wants to know what would happen if he executed `migrations:continue`...
I agree with the problem, but not so much with the proposed solution. I think that better solution is to have a single directory where you store the procedures and...
You can auto sync when calling continue, if the sync step is too annoying. The added value is that the core (both in sense of ideas and actual code) of...
Session is bad place for state storage. It's much better to store the state in URL.
ApiGen does not ignore any files by default. I'm not sure what does `_ide_helper_models.php` contain exactly but `@mixin` tag is not yet fully supported. I added support for `@mixin` analysis...
`@package` tag should be parsed as any other tag and available e.g. in `$classLike->tags['package']`, but ApiGen itself does neither use it nor index it.
Let me rephrase this. The `@package` is no longer supported. You should organize your code with namespaces. > Is it possible to retrieve the package structure? You can build the...
Probably not, or at least not anytime soon.