Skip to content
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

Some small cleanup and optimization of Session.php #2

Closed
wants to merge 3 commits into from

Conversation

meglio
Copy link

@meglio meglio commented Dec 1, 2011

Hope it will be useful.

Anton Andriyevskyy added 3 commits December 1, 2011 10:02
1. Use full namespace notations (for IDEs like PHPSTORM, even latest version 3.0 does not recognize relative names for namespaces)
2. Add @return
@fabpot
Copy link
Member

fabpot commented Mar 2, 2012

actually, the code is as is for performance reason. Anyway, the session management has been reworked in master now. So, I'm closing this PR. Last, but not the least, use the symfony/symfony repository instead of this one for PRs as this repo is read-only. Thanks.

@fabpot fabpot closed this Mar 2, 2012
@meglio
Copy link
Author

meglio commented Mar 2, 2012

Thanks!

symfony-splitter pushed a commit that referenced this pull request Oct 11, 2024
* 5.4:
  do not mix named and positional arguments in data provider definitions
  session names must not be empty
  fix Contracts directory name in PHPUnit configuration
  Passing null to parameter #2 ($subject) of type string is deprecated
symfony-splitter pushed a commit that referenced this pull request Oct 11, 2024
* 6.4:
  do not mix named and positional arguments in data provider definitions
  session names must not be empty
  fix Contracts directory name in PHPUnit configuration
  Passing null to parameter #2 ($subject) of type string is deprecated
symfony-splitter pushed a commit that referenced this pull request Oct 11, 2024
* 7.1:
  do not mix named and positional arguments in data provider definitions
  session names must not be empty
  add missing properties
  fix Contracts directory name in PHPUnit configuration
  [Validator][CidrValidator] Fix error message for `OutOfRangeNetmask` validation
  Passing null to parameter #2 ($subject) of type string is deprecated
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