-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Error Jane\JsonSchemaRuntime\Normalizer\CheckArray #153
Comments
`C:\serve\htdocs\greeter>composer info jolicode/slack-php-api support autoload requires requires (dev) conflicts |
Hi! Sorry you bump into this issue! I don't know what the issue is, but do you know why you are using version 3.0? It's quite old, can you try v4.5.0? |
Thanks. |
ok i have updated it by using composer update but it is 3.0.2 now. Fatal error: Declaration of JoliCode\Slack\Api\Endpoint\ChatPostMessage::transformResponseBody(string $body, int $status, Symfony\Component\Serializer\SerializerInterface $serializer, ?string $contentType) must be compatible with Jane\OpenApiRuntime\Client\EndpointTrait::transformResponseBody(string $body, int $status, Symfony\Component\Serializer\SerializerInterface $serializer, ?string $contentType = null) in C:\serve\htdocs\greeter\vendor\jolicode\slack-php-api\generated\Endpoint\ChatPostMessage.php on line 119 |
Oh dear, I can reproduce the issue you are right. Looks like there is a dependency issue. You can run this to use the latest version:
It will downgrade |
thanks a lot all working :) |
Good to know. Let's keep this issue open, looks like this upstream change is needed: thephpleague/uri-src#108
|
Fatal error: Trait "Jane\JsonSchemaRuntime\Normalizer\CheckArray" not found in C:\serve\htdocs\greeter\vendor\jolicode\slack-php-api\generated\Normalizer\JaneObjectNormalizer.php on line 24
php 8.2/ windows
Could not figure out what is the problem here :(
The text was updated successfully, but these errors were encountered: