Brad Miller
Brad Miller
### Issue Summary: Using non-alphanumeric characters in an SSL cert passphrase prevents deck from loading, getting stuck in a `CrashLoopBackOff` state. ### Environment: K8s distributed ### Feature Area: Deck SSL...
partially fixes https://github.com/phpstan/phpstan/issues/2923
i can't get phpstan to recognise `\\` in a literal string: https://phpstan.org/r/41f1530f-eaee-4e7d-8bfc-e7ccc7cfc7a7 using any other sting there makes it work just fine: https://phpstan.org/r/a884b37d-682b-45a4-b891-1725ffd1c428 _Originally posted by @mad-briller in https://github.com/phpstan/phpstan/issues/7483#issuecomment-1200168302_
Recently i have been updating all my projects from php7.4 to php8.1, aswell as moving from laravel 6 to laravel 9. However, after performing these upgrades and running Phan i'm...
Using Phan 5.3.2 the follow code: ```
Hello again. Using Phan 5.2.1, the following code: ```
Using `phan` 5.2.1, i've noticed that running `php vendor/bin/phan` will surface issues that don't appear when using phan as a daemon with the phan_client. ``` => php vendor/bin/phan --version Phan...
continuation of https://github.com/phpstan/phpstan-phpunit/pull/119 but changed quite a bit aswell as resolving the PR feedback in 119, i had to rework some of the code due to phpstan 1.6 deprecating the...
closes https://github.com/phpstan/phpstan/issues/7539 Adapted the rule from the BooleanOrConstantConditionRule
closes https://github.com/phpstan/phpstan/issues/7707 functions stubbed: array_diff_uassoc array_diff_ukey array_intersect_uassoc array_intersect_ukey array_udiff_assoc array_udiff_uassoc array_uintersect_assoc array_uintersect_uassoc array_uintersect whilst adding these, phpstan warned because i didn't add array iterable types for the returns so i've...