FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 704 forks source link

PHP8 Unsilenced deprecation notices #2286

Closed juillerat closed 3 years ago

juillerat commented 3 years ago

PHP Version: PHP 8.0.0 PHPUnit 9.4.4

Issue:

Unsilenced deprecation notices (21)

  21x: Method ReflectionParameter::getClass() is deprecated
    3x in ParamFetcherListenerTest::testSettingParamFetcherByTypehint from FOS\RestBundle\Tests\EventListener
    3x in ParamFetcherTest::testWithSubRequests from FOS\RestBundle\Tests\Functional
    2x in ParamFetcherTest::testIncompatibleQueryParameter from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherListenerTest::testSettingAttributes from FOS\RestBundle\Tests\EventListener
    1x in ParamFetcherListenerTest::testSettingParamFetcherOnRequest from FOS\RestBundle\Tests\EventListener
    1x in ParamFetcherListenerTest::testSettingParamFetcherForInvokable from FOS\RestBundle\Tests\EventListener
    1x in ParamFetcherTest::testDefaultParameters from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testValidRawParameter from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testValidMapParameter from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testFileParamWithErrors from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testFileParam from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testFileParamNull from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testFileParamArrayNullItem from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testFileParamImageConstraintArray from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testFileParamImageConstraintArrayException from FOS\RestBundle\Tests\Functional
    1x in ParamFetcherTest::testValidQueryParameter from FOS\RestBundle\Tests\Functional
GuilhemN commented 3 years ago

fixed in #2287