Skip to content

Commit 10230ba

Browse files
janbarasekdg
authored andcommitted
typo (#38)
1 parent d4525fe commit 10230ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ GNU General Public License
5656
GPL licenses are very very long, so instead of including them here we offer
5757
you URLs with full text:
5858

59-
- [GPL version 2](http://www.gnu.org/licenses/gpl-2.0.html)
60-
- [GPL version 3](http://www.gnu.org/licenses/gpl-3.0.html)
59+
- [GPL version 2](https://www.gnu.org/licenses/gpl-2.0.html)
60+
- [GPL version 3](https://www.gnu.org/licenses/gpl-3.0.html)

src/Security/Passwords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Passwords
2727

2828

2929
/**
30-
* See http://php.net/manual/en/password.constants.php
30+
* See https://php.net/manual/en/password.constants.php
3131
*/
3232
public function __construct(int $algo = PASSWORD_DEFAULT, array $options = [])
3333
{

src/Security/Permission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Access control list (ACL) functionality and privileges management.
1717
*
18-
* This solution is mostly based on Zend_Acl (c) Zend Technologies USA Inc. (http://www.zend.com), new BSD license
18+
* This solution is mostly based on Zend_Acl (c) Zend Technologies USA Inc. (https://www.zend.com), new BSD license
1919
*
2020
* @copyright Copyright (c) 2005, 2007 Zend Technologies USA Inc.
2121
*/

0 commit comments

Comments
 (0)