-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Reorganized/cleaned up Session classes #13538
Reorganized/cleaned up Session classes #13538
Conversation
…hub.com/SidRoberts/cphalcon into SidRoberts-v4-collection-validation * 'v4-collection-validation' of https://github.com/SidRoberts/cphalcon: Collections now use the Validation component.
* SidRoberts-v4-collection-validation: Collections now use the Validation component.
* upstream/4.0.x: Renamed notSave event to notSaved in Collection.
cc @sergeyklay |
phalcon/session/adapter.zep
Outdated
| | | ||
| For the full copyright and license information, please view the LICENSE | | ||
| file that was distributed with this source code. | | ||
+-------------------------------------------------------------------------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use a bit more simple format for this?
/**
* This file is part of the Phalcon.
*
* (c) Phalcon Team <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Also add this method from here - #13535 |
@Jurigag @sergeyklay Those issues will be dealt with the next PR. I am consolidating a few issues in this PR such as #11341 #12833 #13535 and PR10883 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hello!
In raising this pull request, I confirm the following (please check boxes):
Reorganized the methods and properties in alphabetical order (public, protected, private). Added a new copyright notice at the top of each file
Thanks