Priyadi Iman Nurcahyo

Results 14 issues of Priyadi Iman Nurcahyo

Sorry for neglecting the project for so long. Currently I'm not in the position to maintain the plugin as I no longer have production installation under my responsibility. Right now...

Right now the parser falls back to `Sabre\Xml\Element\Base::xmlDeserialize` if the element's name is not registered in $this->elementMap. https://github.com/sabre-io/xml/blob/a6af111850e7536d200d9637c34885cd3c77a86c/lib/Reader.php#L286 I propose making this default configurable. With some XMLs, people extend them...

| Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | |...

Feature
HttpKernel
Status: Reviewed

Forgetting to add an index is very common, and when that happens, we usually don't notice that until the app is already long in production. I propose creating a PHPstan...

| Q | A | ------------- | --- | Branch? | 3.2 | Tickets | | License | MIT | Doc PR | OpenApiFactory previously only uses class name when...

bug

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | Make bus configuration in `messenger.yaml` explicit to facilitate third-party bundles providing their bus configuration....

| Q | A | ------------- | --- | Branch? | main | Tickets | | License | MIT | Doc PR | This is currently a WIP and an...

enhancement

I believe this should not result in a `MismatchingDocblockReturnType` https://psalm.dev/r/e367d0726c ```php /** * @template T */ interface FooInterface { /** * @return T|iterable|null */ public function foo(): object|array|null; } ```...

| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix...

Form
Bug
Status: Needs Review