Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions license.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ GNU General Public License
GPL licenses are very very long, so instead of including them here we offer
you URLs with full text:

- [GPL version 2](http://www.gnu.org/licenses/gpl-2.0.html)
- [GPL version 3](http://www.gnu.org/licenses/gpl-3.0.html)
- [GPL version 2](https://www.gnu.org/licenses/gpl-2.0.html)
- [GPL version 3](https://www.gnu.org/licenses/gpl-3.0.html)
2 changes: 1 addition & 1 deletion src/Security/Passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Passwords


/**
* See http://php.net/manual/en/password.constants.php
* See https://php.net/manual/en/password.constants.php
*/
public function __construct(int $algo = PASSWORD_DEFAULT, array $options = [])
{
Expand Down
2 changes: 1 addition & 1 deletion src/Security/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Access control list (ACL) functionality and privileges management.
*
* This solution is mostly based on Zend_Acl (c) Zend Technologies USA Inc. (http://www.zend.com), new BSD license
* This solution is mostly based on Zend_Acl (c) Zend Technologies USA Inc. (https://www.zend.com), new BSD license
*
* @copyright Copyright (c) 2005, 2007 Zend Technologies USA Inc.
*/
Expand Down