Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[5.2] Enabling array on method has()#13028

Merged
taylorotwell merged 3 commits into
laravel:5.2from
urameshibr:5.2
Apr 7, 2016
Merged

[5.2] Enabling array on method has()#13028
taylorotwell merged 3 commits into
laravel:5.2from
urameshibr:5.2

Conversation

@urameshibr
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/Illuminate/Session/Store.php Outdated
* {@inheritdoc}
*/
public function has($name)
public function has($key)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert the rename

@GrahamCampbell GrahamCampbell changed the title Enabling array on method has() [5.2] Enabling array on method has() Apr 5, 2016
@dlimars
Copy link
Copy Markdown

dlimars commented Apr 6, 2016

👍

@taylorotwell
Copy link
Copy Markdown
Member

You changed it to ! $this->get(...) ... it used to be ! is_null()... please keep same behavior.

Fix return behavior
@taylorotwell taylorotwell merged commit 8f5ce59 into laravel:5.2 Apr 7, 2016
taylorotwell pushed a commit that referenced this pull request Apr 27, 2016
* Added release notes for v5.2.31

* Fixed missing link for #13028
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.

4 participants