Simon Podlipsky
Simon Podlipsky
## Describe the bug I have encountered a crash ``` PHP Fatal error: Uncaught Error: Call to undefined method PhpParser\Node\Expr\Variable::getParts() in /builds/7/my/app/vendor/composer-unused/symbol-parser/src/Parser/PHP/DefinedSymbolCollector.php:65 Stack trace: #0 /builds/7/my/app/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(200): ComposerUnused\SymbolParser\Parser\PHP\DefinedSymbolCollector->enterNode() #1 /builds/7/my/app/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(114): PhpParser\NodeTraverser->traverseArray()...
### Is your feature request related to a problem? Please describe. I have an ObjectType in my schema: ```graphql type SomeObj implements Node { id: ID! } ``` In TS...
PHPUnit v10 just got out. Is the support planned?
### Description ``` /tmp/php-rdkafka/rdkafka.c: In function 'zim_RdKafka_setLogger': /tmp/php-rdkafka/rdkafka.c:664:5: warning: 'rd_kafka_set_logger' is deprecated [-Wdeprecated-declarations] 664 | rd_kafka_set_logger(intern->rk, logger); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/php-rdkafka/kafka_error_exception.h:21, from /tmp/php-rdkafka/rdkafka.c:26: /usr/local/include/librdkafka/rdkafka.h:4775:6: note: declared here...
### Problem Statement PHPUnit 11 checks for any leftovers in error handlers https://github.com/sebastianbergmann/phpunit/pull/5619 ### Solution Brainstorm When `\Sentry\ErrorHandler::registerOnceErrorHandler()` is called, error handler is registered. It would be nice to add...
I find it kind of handy since it simplifies broker management via one central point.
It's very well explained in this comment: https://github.com/phpstan/phpstan-src/pull/2693#issuecomment-1784026934 TLDR the functionMap is not always correct. Safe should consider multiple resources for codegeneration.
Php 8.0 will be EOLed in one month.