Cyrille

Results 9 comments of Cyrille

@alexander-schranz same problem for me. The proposed solution does not work... 😢

`Ignored error pattern #Method App\\Repository\\(\w+\\)*\w+Repository::find\w+\(\) should return (array)?(\|null)? but returns mixed\.# was not matched in reported errors. ` @CodeCasterNL Any idea ?

@CodeCasterNL `Method App\Repository\Category\CategoryRepository::getOneCategoryById() should return App\Entity\Category\Category but returns mixed. `

@CodeCasterNL ah yes sorry... I had changed the name of the method to fix the phpstan problem otherwise. Now it works thank you @ondrejmirtes good to know thank you !

> I have the same problem, it looks very similar to issue #1500 , could be a duplicate ? > > EDIT : my workaround is to add the data-skip-morph...

> > > I have the same problem, it looks very similar to issue #1500 , could be a duplicate ? > > > EDIT : my workaround is to...

@EOL-Fred Indeed I just retested by adding data-skip-morph but on a parent div and it works! So what is the purpose of the data-skip-morph on the autocompletefield ?

@EOL-Fred That's exactly what I saw. The data-skip-morph is indeed present on the autocomplete field but is not working properly. I added a data-skip-morph on a parent div and it...