Pablo Schläpfer
Pablo Schläpfer
It worked for me when using `require` for both (without having to change any of the files). This is my webpack entry point: ```js window.Tablesort = require('tablesort'); require('tablesort/src/sorts/tablesort.number'); document.querySelectorAll('table[data-sortable]').forEach((e) =>...
Oh sorry, I meant to make a PR for the Connox fork. But if you want, you can also have it ;-)
Yeah, it would be nice to have phpstan-symfony understand this out of the box. My **workaround** for now: Just ignoring the error in `phpstan.neon`: ```neon parameters: ignoreErrors: - '#Service ".+::get[a-zA-Z0-9]+"...