Emanuele Panzeri
Emanuele Panzeri
I see your point, but I still believe that the current implementation is still leading to headaches. An example is: how do you know if a collection exists? (this is...
Dear @boekkooi, thank you for your reply! I totally agree on your plan for code cleanup and fixes to have a fully working environment! Honestly I miss the OpenShift blog...
@alquerci @mkopinsky (damn, that's quite an old ticket :sweat_smile: ) My plan is to move to PHP v7.4 as min version as a first step. ... and later to require...
For reference: https://github.com/FriendsOfSymfony1/symfony1/pull/240#issuecomment-1381883703
we might need to run the tests on the CI with --prefer-lowest to test both versions of the SwiftMailer, wdyt?
> Thank you for the reminder! We will add this step to the release process. Am I right @thePanz ? :) (Just for the sake of science: what if I...
IIRC this depends on the version of SwiftMailer installed, or I am wrong? @thirsch @mentalstring @alquerci I remember you worked on this topic before
@connorhu @mentalstring I would need some help here: I did not setup any MySQL server and the tests are *all* green. Something is weird IMO
@connorhu I added something like this to exclude files not relevant for phpstan ``` parameters: excludePaths: analyse: - lib/vendor/swiftmailer/ - lib/task/symfony/lime_symfony.php - lib/task/symfony/sfSymfonyTestTask.class.php - lib/task/generator/skeleton/ # Templates for errors -...
> There was a point when PR was doing perfectly what you set out to do. But the changes that have been made since then have made it impossible to...