Gregor Harlan
Gregor Harlan
The new favicon fetching method ([via google](https://github.com/anakinsk/SafariStand/blob/master/SafariStand/safari/STTabProxy.m#L363)) does not work for local sites. Maybe you could add a very primitive fallback solution, just looking for `/favicon.ico`?
Are there reasons why the required symfony components should be in version range `>=2.3,
https://psalm.dev/r/fe8e19a6dc In `else` branch `$pos` is always `int`.
https://psalm.dev/r/2cb05e09b4 The trait can be used in non-final and final classes, so I can't change `static` to `self`. There should be no error in final class `Baz`.
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary At the moment I'm...
Bei redaxo.org benötigen wir die Möglichkeit, URLs mit `.zip`-Endung nutzen zu können, ohne dass dort ein `/` hinten angehangen wird. Aktuell ist es in redaxo.org quick&dirty umgesetzt.
Fixing indentation in non-monolithic files is difficult. Multiple issues regarding this were closed as not planned (e.g. https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7836 and https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7754). So I think the fixer should not try to fix...
Wie gewünscht ein paar Infos zum Query-Builder von YOrm (YForm). Der Query-Builder ist komplett in dieser Klasse abgebildet: https://github.com/yakamara/redaxo_yform/blob/master/plugins/manager/lib/yform/manager/query.php Ein Beispiel: ```php $datasets = rex_yform_manager_query::get('my_table') ->where('col1', 'foo') // = ->where('col2',...
### Bug report With Bleeding Edge and level 5-7 there is a weird error message for the given code: > Parameter `#1` $foo of static method Bar::qux() expects Foo, Foo...