8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

User Deprecated in EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector method collect() #330

Closed dmamchyts closed 10 months ago

dmamchyts commented 1 year ago
Q A
Symfony version ^6.3
Bundle version ^8.4

Hello. Deprecation error:

User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.

2023-09-11_11-12

ajaypatidar-dataaxle commented 1 year ago

Getting similar error

1x: Method "Symfony\Component\HttpKernel\Bundle\Bundle::boot()" might add "void" as a native return type declaration in the future. Do the same in child class "EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle" now to avoid errors or add an explicit @return annotation to suppress this message.

Please help

gregurco commented 10 months ago

Fixed here #339

ajaypatidar-dataaxle commented 10 months ago

Fixed here #339

OK, Thank you. Please update the same on packagist.org