Skip to content

[5.2] Remove deprecated $deep param#11675

Merged
taylorotwell merged 1 commit intolaravel:5.2from
tymondesigns:patch-1
Jan 4, 2016
Merged

[5.2] Remove deprecated $deep param#11675
taylorotwell merged 1 commit intolaravel:5.2from
tymondesigns:patch-1

Conversation

@tymondesigns
Copy link
Contributor

The third $deep parameter on the get() method of Symfony's ParameterBag class has been deprecated as of v2.8 and removed completely as of v3.0

See here:
(version 2.8) - https://github.com/symfony/http-foundation/blob/2.8/ParameterBag.php#L78-L90
(version 3.0) - https://github.com/symfony/http-foundation/blob/3.0/ParameterBag.php#L88

So since laravel 5.2 requires symfony/http-foundation 2.8 or 3.0 then this needs patching right?

taylorotwell added a commit that referenced this pull request Jan 4, 2016
[5.2] Remove deprecated $deep param
@taylorotwell taylorotwell merged commit 37629b3 into laravel:5.2 Jan 4, 2016
@tymondesigns
Copy link
Contributor Author

Thanks Taylor

@tymondesigns tymondesigns deleted the patch-1 branch January 4, 2016 19:49
rizqyhi added a commit to dicoding-dev/L42x that referenced this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants