coder
coder copied to clipboard
Reference: https://www.drupal.org/project/coder/issues/3301411
Reference: https://www.drupal.org/project/coder/issues/3301397
_Originally https://www.drupal.org/project/coder/issues/3253472_ Allow advanced type styles as implemented by [PHPStan](https://phpstan.org/writing-php-code/phpdoc-types) and [Psalm](https://psalm.dev/docs/annotating_code/type_syntax/atomic_types/), and [recognised by PHPStorm](https://blog.jetbrains.com/phpstorm/2021/07/phpstorm-2021-2-release/). Core will be making more use of PHPStan over time. Its going to be...
https://www.drupal.org/project/coder/issues/3061184
Improved version of https://github.com/pfrenssen/coder/pull/145 which was initially only internal. The one has test and matches code standards
Reference: [Drupal.org issue](https://www.drupal.org/project/coder/issues/3300911).
``` 1 | ERROR | [ ] An error occurred during processing; checking has been aborted. The error message was: $stackPtr is not a class member var | | The...
Resolves https://www.drupal.org/project/coder/issues/3412078 Although this could quite easily be integrated in `\Drupal\Sniffs\Semantics\FunctionTriggerErrorSniff`, I've opted for a separate rule. Main reason being that there are two known unsilenced deprecations already. Adding to...
Reference: https://www.drupal.org/project/coder/issues/3407995
Issue https://www.drupal.org/project/coder/issues/3400560