Skip to content

Commit

Permalink
Fix name space.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Mar 7, 2021
1 parent f028cae commit e2ae851
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/LastCommitTimeTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace SetBase\Phing\Task;
namespace SetBased\Phing\Task;

use SetBased\Helper\ProgramExecution;

Expand Down
2 changes: 1 addition & 1 deletion src/ReadSemanticVersionTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace SetBase\Phing\Task;
namespace SetBased\Phing\Task;

/**
* Phing task for reading a Semantic Version from the standard input.
Expand Down
2 changes: 1 addition & 1 deletion src/RemoveEmptyDirectoriesTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace SetBase\Phing\Task;
namespace SetBased\Phing\Task;

use Phing\Exception\BuildException;

Expand Down
2 changes: 1 addition & 1 deletion src/SetBasedTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace SetBase\Phing\Task;
namespace SetBased\Phing\Task;

use Phing\Exception\BuildException;
use Phing\Project;
Expand Down
2 changes: 1 addition & 1 deletion src/SetDirectoryMTimeTask.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace SetBase\Phing\Task;
namespace SetBased\Phing\Task;

/**
* Phing task for setting recursively the mtime of a directories to the max mtime of its entries.
Expand Down

0 comments on commit e2ae851

Please sign in to comment.