Skip to content

Commit 8409853

Browse files
Fix project homepage url
1 parent ffbeba4 commit 8409853

File tree

328 files changed

+623
-526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+623
-526
lines changed

README.md

Lines changed: 2 additions & 2 deletions

phpbu.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
33
<xs:annotation>
4-
<xs:documentation source="http://www.phpbu.de/">
4+
<xs:documentation source="https://www.phpbu.de/">
55
This schema file defines the rules by which the XML configuration file of phpbu 6.0 may be structured.
66
</xs:documentation>
77
</xs:annotation>

src/Adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Sebastian Feldmann <sebastian@phpbu.de>
1010
* @copyright Sebastian Feldmann <sebastian@phpbu.de>
1111
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
12-
* @link http://phpbu.de/
12+
* @link https://phpbu.de/
1313
* @since Class available since Release 4.0.0
1414
*/
1515
interface Adapter

src/Adapter/Dotenv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Sebastian Feldmann <sebastian@phpbu.de>
1515
* @copyright Sebastian Feldmann <sebastian@phpbu.de>
1616
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
17-
* @link http://phpbu.de/
17+
* @link https://phpbu.de/
1818
* @since Class available since Release 4.0.0
1919
*/
2020
class Dotenv implements Adapter

src/Adapter/Env.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Sebastian Feldmann <sebastian@phpbu.de>
1212
* @copyright Sebastian Feldmann <sebastian@phpbu.de>
1313
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
14-
* @link http://phpbu.de/
14+
* @link https://phpbu.de/
1515
* @since Class available since Release 4.0.0
1616
*/
1717
class Env implements Adapter

src/Adapter/PHPArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Sebastian Feldmann <sebastian@phpbu.de>
1515
* @copyright Sebastian Feldmann <sebastian@phpbu.de>
1616
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
17-
* @link http://phpbu.de/
17+
* @link https://phpbu.de/
1818
* @since Class available since Release 4.0.1
1919
*/
2020
class PHPArray implements Adapter

src/Adapter/PHPConstant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Sebastian Feldmann <sebastian@phpbu.de>
1515
* @copyright Sebastian Feldmann <sebastian@phpbu.de>
1616
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
17-
* @link http://phpbu.de/
17+
* @link https://phpbu.de/
1818
* @since Class available since Release 6.0.11
1919
*/
2020
class PHPConstant implements Adapter

src/Adapter/Util.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Sebastian Feldmann <sebastian@phpbu.de>
1111
* @copyright Sebastian Feldmann <sebastian@phpbu.de>
1212
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
13-
* @link http://phpbu.de/
13+
* @link https://phpbu.de/
1414
* @since Class available since Release 5.0.7
1515
*/
1616
abstract class Util

src/Adapter/WordPress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Sebastian Feldmann <sebastian@phpbu.de>
1616
* @copyright Sebastian Feldmann <sebastian@phpbu.de>
1717
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
18-
* @link http://phpbu.de/
18+
* @link https://phpbu.de/
1919
* @since Class available since Release 6.0.11
2020
*/
2121
class WordPress implements Adapter

src/Backup/Check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author Sebastian Feldmann <sebastian@phpbu.de>
1313
* @copyright Sebastian Feldmann <sebastian@phpbu.de>
1414
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
15-
* @link http://phpbu.de/
15+
* @link https://phpbu.de/
1616
* @since Class available since Release 1.0.0
1717
*/
1818
interface Check

0 commit comments

Comments
 (0)