Skip to content

Commit ed4576e

Browse files
Fix project homepage url
1 parent ffbeba4 commit ed4576e

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 <[email protected]>
1010
* @copyright Sebastian Feldmann <[email protected]>
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 <[email protected]>
1515
* @copyright Sebastian Feldmann <[email protected]>
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 <[email protected]>
1212
* @copyright Sebastian Feldmann <[email protected]>
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 <[email protected]>
1515
* @copyright Sebastian Feldmann <[email protected]>
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 <[email protected]>
1515
* @copyright Sebastian Feldmann <[email protected]>
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 <[email protected]>
1111
* @copyright Sebastian Feldmann <[email protected]>
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 <[email protected]>
1616
* @copyright Sebastian Feldmann <[email protected]>
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 <[email protected]>
1313
* @copyright Sebastian Feldmann <[email protected]>
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

src/Backup/Check/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Sebastian Feldmann <[email protected]>
1212
* @copyright Sebastian Feldmann <[email protected]>
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 1.0.0
1616
*/
1717
class Exception extends App\Exception

src/Backup/Check/Simulator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Sebastian Feldmann <[email protected]>
1515
* @copyright Sebastian Feldmann <[email protected]>
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 3.0.0
1919
*/
2020
interface Simulator extends Check

src/Backup/Check/SizeMin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Sebastian Feldmann <[email protected]>
1717
* @copyright Sebastian Feldmann <[email protected]>
1818
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
19-
* @link http://phpbu.de/
19+
* @link https://phpbu.de/
2020
* @since Class available since Release 1.0.0
2121
*/
2222
class SizeMin implements Simulator

src/Backup/Cleaner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Sebastian Feldmann <[email protected]>
1212
* @copyright Sebastian Feldmann <[email protected]>
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 1.0.0
1616
*/
1717
interface Cleaner

src/Backup/Cleaner/Abstraction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Sebastian Feldmann <[email protected]>
1414
* @copyright Sebastian Feldmann <[email protected]>
1515
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
16-
* @link http://phpbu.de/
16+
* @link https://phpbu.de/
1717
* @since Class available since Release 3.0.0
1818
*/
1919
abstract class Abstraction

src/Backup/Cleaner/Capacity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Sebastian Feldmann <[email protected]>
1717
* @copyright Sebastian Feldmann <[email protected]>
1818
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
19-
* @link http://phpbu.de/
19+
* @link https://phpbu.de/
2020
* @since Class available since Release 1.0.0
2121
*/
2222
class Capacity extends Abstraction implements Simulator

src/Backup/Cleaner/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Sebastian Feldmann <[email protected]>
1212
* @copyright Sebastian Feldmann <[email protected]>
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 1.0.0
1616
*/
1717
class Exception extends App\Exception

src/Backup/Cleaner/Outdated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Sebastian Feldmann <[email protected]>
1717
* @copyright Sebastian Feldmann <[email protected]>
1818
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
19-
* @link http://phpbu.de/
19+
* @link https://phpbu.de/
2020
* @since Class available since Release 1.0.0
2121
*/
2222
class Outdated extends Abstraction implements Simulator

src/Backup/Cleaner/Quantity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Sebastian Feldmann <[email protected]>
1616
* @copyright Sebastian Feldmann <[email protected]>
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 1.0.0
2020
*/
2121
class Quantity extends Abstraction implements Cleaner

src/Backup/Cleaner/Simulator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Sebastian Feldmann <[email protected]>
1515
* @copyright Sebastian Feldmann <[email protected]>
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 3.0.0
1919
*/
2020
interface Simulator extends Cleaner

src/Backup/Cleaner/Stepwise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @author Sebastian Feldmann <[email protected]>
2222
* @copyright Sebastian Feldmann <[email protected]>
2323
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
24-
* @link http://phpbu.de/
24+
* @link https://phpbu.de/
2525
* @since Class available since Release 5.0.0
2626
*/
2727
class Stepwise extends Abstraction implements Simulator

src/Backup/Cleaner/Stepwise/Keeper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Sebastian Feldmann <[email protected]>
1212
* @copyright Sebastian Feldmann <[email protected]>
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 5.0.0
1616
*/
1717
interface Keeper

src/Backup/Cleaner/Stepwise/Keeper/All.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author Sebastian Feldmann <[email protected]>
1313
* @copyright Sebastian Feldmann <[email protected]>
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 5.0.0
1717
*/
1818
class All implements Keeper

src/Backup/Cleaner/Stepwise/Keeper/None.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author Sebastian Feldmann <[email protected]>
1313
* @copyright Sebastian Feldmann <[email protected]>
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 5.0.0
1717
*/
1818
class None implements Keeper

src/Backup/Cleaner/Stepwise/Keeper/OnePerGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author Sebastian Feldmann <[email protected]>
1313
* @copyright Sebastian Feldmann <[email protected]>
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 5.0.0
1717
*/
1818
class OnePerGroup implements Keeper

src/Backup/Cleaner/Stepwise/Range.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Sebastian Feldmann <[email protected]>
1212
* @copyright Sebastian Feldmann <[email protected]>
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 5.0.0
1616
*/
1717
class Range

src/Backup/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Sebastian Feldmann <[email protected]>
1717
* @copyright Sebastian Feldmann <[email protected]>
1818
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
19-
* @link http://phpbu.de/
19+
* @link https://phpbu.de/
2020
* @since Class available since Release 2.1.0
2121
*/
2222
abstract class Cli

src/Backup/Collector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Sebastian Feldmann <[email protected]>
1010
* @copyright Sebastian Feldmann <[email protected]>
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 5.1.0
1414
*/
1515
interface Collector

src/Backup/Collector/Abstraction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author Vitaly Baev <[email protected]>
1313
* @copyright Sebastian Feldmann <[email protected]>
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 5.1.0
1717
*/
1818
abstract class Abstraction

src/Backup/Collector/AmazonS3v3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Vitaly Baev <[email protected]>
1818
* @copyright Sebastian Feldmann <[email protected]>
1919
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
20-
* @link http://phpbu.de/
20+
* @link https://phpbu.de/
2121
* @since Class available since Release 5.1.0
2222
*/
2323
class AmazonS3v3 extends Remote implements Collector

src/Backup/Collector/AzureBlob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @author Jonathan Bouzekri <[email protected]>
1919
* @copyright Sebastian Feldmann <[email protected]>
2020
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
21-
* @link http://phpbu.de/
21+
* @link https://phpbu.de/
2222
* @since Class available since Release 5.2.7
2323
*/
2424
class AzureBlob extends Remote implements Collector

src/Backup/Collector/Dropbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Vitaly Baev <[email protected]>
1818
* @copyright Sebastian Feldmann <[email protected]>
1919
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
20-
* @link http://phpbu.de/
20+
* @link https://phpbu.de/
2121
* @since Class available since Release 5.1.0
2222
*/
2323
class Dropbox extends Remote implements Collector

src/Backup/Collector/Ftp.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use phpbu\App\Backup\Target;
88
use phpbu\App\Util;
99
use SebastianFeldmann\Ftp\Client;
10+
use function preg_match;
1011

1112
/**
1213
* Ftp class.
@@ -17,7 +18,7 @@
1718
* @author Vitaly Baev <[email protected]>
1819
* @copyright Sebastian Feldmann <[email protected]>
1920
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
20-
* @link http://phpbu.de/
21+
* @link https://phpbu.de/
2122
* @since Class available since Release 5.1.0
2223
*/
2324
class Ftp extends Remote implements Collector
@@ -87,7 +88,7 @@ private function collectDirectories(string $remotePath, int $depth)
8788
foreach ($this->ftpClient->lsDirs($remotePath) as $ftpDir) {
8889
$element = $this->path->getPathElementAtIndex($depth);
8990
$expected = '#' . Util\Path::datePlaceholdersToRegex($element) . '#i';
90-
if (\preg_match($expected, $ftpDir->getFilename())) {
91+
if (preg_match($expected, $ftpDir->getFilename())) {
9192
// look for files in a "deeper" directory
9293
$this->collect($remotePath . '/' . $ftpDir->getFilename(), $depth + 1);
9394
}

src/Backup/Collector/GoogleCloudStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author David Dattee <[email protected]>
1818
* @copyright Sebastian Feldmann <[email protected]>
1919
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
20-
* @link http://phpbu.de/
20+
* @link https://phpbu.de/
2121
*/
2222
class GoogleCloudStorage extends Remote implements Collector
2323
{

src/Backup/Collector/GoogleDrive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Sebastian Feldmann <[email protected]>
1616
* @copyright Sebastian Feldmann <[email protected]>
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 5.1.0
2020
*/
2121
class GoogleDrive extends Remote implements Collector

src/Backup/Collector/Local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Sebastian Feldmann <[email protected]>
1717
* @copyright Sebastian Feldmann <[email protected]>
1818
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
19-
* @link http://phpbu.de/
19+
* @link https://phpbu.de/
2020
* @since Class available since Release 1.0.0
2121
*/
2222
class Local extends Abstraction implements Collector

src/Backup/Collector/OpenStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Vitaly Baev <[email protected]>
1818
* @copyright Sebastian Feldmann <[email protected]>
1919
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
20-
* @link http://phpbu.de/
20+
* @link https://phpbu.de/
2121
* @since Class available since Release 5.1.0
2222
*/
2323
class OpenStack extends Remote implements Collector

src/Backup/Collector/Remote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Vitaly Baev <[email protected]>
1515
* @copyright Sebastian Feldmann <[email protected]>
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 5.1.0
1919
*/
2020
abstract class Remote extends Abstraction

src/Backup/Collector/Sftp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Vitaly Baev <[email protected]>
1616
* @copyright Sebastian Feldmann <[email protected]>
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 5.1.0
2020
*/
2121
class Sftp extends Remote implements Collector

src/Backup/Collector/YandexDisk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Alexander Palchikov AxelPAL <[email protected]>
1818
* @copyright Sebastian Feldmann <[email protected]>
1919
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
20-
* @link http://phpbu.de/
20+
* @link https://phpbu.de/
2121
*/
2222
class YandexDisk extends Remote implements Collector
2323
{

src/Backup/Compressor/Abstraction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Sebastian Feldmann <[email protected]>
1616
* @copyright Sebastian Feldmann <[email protected]>
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 2.1.0
2020
*/
2121
abstract class Abstraction extends Cli implements Compressible

0 commit comments

Comments
 (0)