Mark Scherer
Mark Scherer
Is this still valid? Looks a bit weird when there is only int involved.
This sure needs a bitter GUI and guidance approach. Anyone wants to help here?
Whats the resume here? Should we close this?
Is this still supported/active? Or can this be closed in favor of existing others? https://github.com/ziadoz/awesome-php?tab=readme-ov-file#numbers
I fixed it in project code with ``` $versions = $textBox->versions(); $versionList = []; foreach ($versions as $version) { $versionList[$version->version_id] = $version->version_id; } $versionList = array_reverse($versionList, true); ``` for a...
Partially answered with https://github.com/dereuromark/executionorder/commit/9e74b0e2e22fd08b9ce7ad80a2ed2cbe2f9d832c Debug on/off didnt make a difference. What happens, though, if the exception is thrown earlier or later?
The phpstan errors seem related
https://phpstan.org/r/d15fce23-a8d6-410c-bc53-fd9034f68241
Can we use strictRules and only ignore this one issue somehow? Since PHP8.2+ takes care of this internally now anyway, there is no real purpose of trying to be overly...
I dont see strict-rules enabled here though: https://github.com/cakephp/cakephp/blob/5.x/phpstan.neon.dist ``` ------ -------------------------------------------------------------------------------- Line Core/StaticConfigTrait.php (in context of class Cake\Mailer\Mailer) ------ -------------------------------------------------------------------------------- 160 Access to an undefined static property static(Cake\Mailer\Mailer)::$_registry. ------ --------------------------------------------------------------------------------...