yo
yo
This ticket and the workaround saved me. Please add a `--non-destructive` option.
Nice idea. Other CMS tables are: ``` cms_block core_email_template ```
Correct, the script refuses to run in this stricter mode. Many error checks could be removed if `-eu` was enabled, potentially allowing a significant cleanup. The script would indeed have...
Try tagging the static method with `@uses self::privateMethod()`
+1 About breakage: simple, fork a new module and drop support of this one (or continue it).
>Copy the aoe_profiler.xml.sample file to var/aoe_profiler.xml There is no such file: `aoe_profiler.xml.sample` Documentation is severely lacking in this project.
my current workaround is setting `INHERIT_DOCS=YES` and stripping out empty docblocks (and `@inheritDoc` tags) however this only works for methods that wind up with absolutely no docblock. partial docblocks still...
@albert-github `@inheritDoc` is a defacto standard, supported by all major IDEs. `@inheritdoc` is a variant, yes. It's mentioned here. https://docs.phpdoc.org/latest/guides/docblocks.html#list-of-tags (search the page for it, it's no longer in the...