Skip to content

Commit 0afac0c

Browse files
Mark some stuff internal
1 parent 30c43ae commit 0afac0c

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

src/Cmd/Args.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
1414
* @link http://phpbu.de/
1515
* @since Class available since Release 1.0.0
16+
* @internal
1617
*/
17-
class Args
18+
final class Args
1819
{
1920

2021
/**

src/Runner/Backup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
2121
* @link https://phpbu.de/
2222
* @since Class available since Release 5.1.0
23+
* @internal
2324
*/
2425
class Backup extends Compression
2526
{

src/Runner/Compression.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
1616
* @link https://phpbu.de/
1717
* @since Class available since Release 5.1.0
18+
* @internal
1819
*/
1920
abstract class Compression extends Process
2021
{

src/Runner/Process.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
1616
* @link https://phpbu.de/
1717
* @since Class available since Release 5.1.0
18+
* @internal
1819
*/
1920
abstract class Process
2021
{

src/Runner/Simulate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
2222
* @link https://phpbu.de/
2323
* @since Class available since Release 5.1.0
24+
* @internal
2425
*/
2526
class Simulate extends Compression
2627
{

src/Version.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
* @license https://opensource.org/licenses/MIT The MIT License (MIT)
1414
* @link http://phpbu.de/
1515
* @since Class available since Release 1.0.0
16+
* @internal
1617
*/
17-
class Version
18+
final class Version
1819
{
1920
/**
2021
* Current version

0 commit comments

Comments
 (0)