Jesse Rushlow
Jesse Rushlow
Howdy @Alderi-Tokori - No not abandoned, lack of time and more pressing matters have gotten in the way to get back to this... I don't have a timeline as to...
Note to self: reference https://github.com/SymfonyCasts/reset-password-bundle/pull/318
Psalm is emitting this because `Doctrine\ORM\EntityRepository::findAll()` has a return type of `list` which ultimately is translated by psalm to `array`. Where as the `@method Link[] findAll()` return type is ultimately...
@christian-kolb I'm sure there is - https://psalm.dev/docs/annotating_code/templated_annotations/ has more information on template annotations. If it is possible for us to do that in a clean manner without any adverse effects...
Howdy @Rankangi! Does this happen when you run `make:entity` or `make:form` in a native windows terminal? (not in the PHP Storm Terminal) What version of Windows are you using? What...
Long shot but just out or curiosity - what is the value of `core.autocrlf` when you run `git config --global --list` in windows? I just ran into a strange problem...
HA! this problem is because of how escape chars are handled in windows (bash). `\e[33m` is the same as `\033[33m` > The 27th (decimal) or \033 octal sequence, or 0x1b...
Howdy @klkvsk! Enums are not currently supported in `make:entity` - but they could be with a PR ;)
related to #1279
Howdy @monkeyArms, Can you please provide what `operating system` you're using, `PHP Version`, and if possible a copy of your `composer.lock` file so I can duplicate the problem locally? Thanks!