Markus Staab
Markus Staab
I see thanks. if we are still at a point in which we don't know whether this PR here is acceptable, it might make sense to instead look more into...
> Since we are using PDO for the MySQL connection PDO is not guaranteed to return stringy types. its something which depends on the attributes you set on the connection....
Fixed in latest release via https://github.com/TomasVotruba/unused-public/pull/116
I think the reported problem are correct and were not detected before because of a bug in class-leak (classes with comments were always considered used). Fixed the class-leak config in...
we have a similar problem for classes only referenced via magic `@property` above classes: ``` /** * @property ClassB[] $ClassB */ class ClassA { } ```
I think phpdoc based typing is something really required nowadays (the language itself is not good enough yet) and leaving the developer in juding about all the false-positives is a...
> I've been using this package on many legacy projects and haven't found single false positive due to docblocks that would be valid. then your code base does not make...
@ruudk here we go: https://github.com/staabm/class-leak but please small focused PRs. I don't want to review big overhauls and it would be great we could stay as compatible as possible with...
The built contains the same errors reported in https://github.com/agneym/generate-og-image/issues/33 which IMO are unrelated
I Can remember that jQuery also uses this "hack" to work around ie limitations, but cannot find the issue/ticket right now.