Nelson Martell

Results 102 comments of Nelson Martell

Param `--runtime-set ignore_warnings_on_exit 1` works on `phpcs`, but it does not for `phpcbf`.

There is a kind of **workaround** for a Composer script: _Run 2 times with an OR (||), so the second time will exit `0`_. ```json { "cs:fix": [ "phpcbf src/...

> @nelson6e65 Alternatively you could check the exit code of the first run in the `||` part of the commend. If it's `1`, you should be fine. Yes, thanks. I...

I created this Composer package for using `phpcbf` with Composer and lint-staged witch does not fail on warnings, usin partial worarround from https://github.com/squizlabs/PHP_CodeSniffer/issues/1818#issuecomment-735620637: https://github.com/nelson6e65/php-code-sniffer-helpers

> > I created this Composer package for using `phpcbf` with Composer and lint-staged witch does not fail on warnings, usin partial worarround from [#1818 (comment)](https://github.com/squizlabs/PHP_CodeSniffer/issues/1818#issuecomment-735620637): > > https://github.com/nelson6e65/php-code-sniffer-helpers >...

I'm still not getting error on invalid values or autocomplete for its props in my template while editing: ```vue ``` Am I missing something?

Never mind, I find out by adding into global components: ```ts // types/vue-core.d.ts // ... import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'; declare module 'vue' { // .. interface GlobalComponents {...

@jasonlundien The installation of typescript typing for the Vue 3's global component (`types/vue-core.d.ts` in my example, ``).

Hi. Try to enable debug in config and then run the query only. There will be some debug logs of your query in your .log file under storage/logs/xxx.log (you can...

Hi. Thanks for reporting. Are you using a phar version of phpdoc? What version are you using?