Skip to content

Commit 7f07210

Browse files
committed
Moved all PHPCR shell commands into own namespace
1 parent 3052e45 commit 7f07210

File tree

73 files changed

+73
-73
lines changed

Some content is hidden

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

73 files changed

+73
-73
lines changed

src/PHPCR/Shell/Console/Command/AccessControlPrivilegeListCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/AccessControlPrivilegeListCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

src/PHPCR/Shell/Console/Command/DoctrineDbalInitCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/DoctrineDbalInitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Jackalope\Tools\Console\Command\InitDoctrineDbalCommand;
66

src/PHPCR/Shell/Console/Command/LockInfoCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/LockInfoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

src/PHPCR/Shell/Console/Command/LockLockCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/LockLockCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

src/PHPCR/Shell/Console/Command/LockRefreshCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/LockRefreshCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

src/PHPCR/Shell/Console/Command/LockTokenAddCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/LockTokenAddCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

src/PHPCR/Shell/Console/Command/LockTokenListCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/LockTokenListCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

src/PHPCR/Shell/Console/Command/LockTokenRemoveCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/LockTokenRemoveCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

src/PHPCR/Shell/Console/Command/LockUnlockCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/LockUnlockCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

src/PHPCR/Shell/Console/Command/NodeCorrespondingCommand.php renamed to src/PHPCR/Shell/Console/Command/Phpcr/NodeCorrespondingCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPCR\Shell\Console\Command;
3+
namespace PHPCR\Shell\Console\Command\Phpcr;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputInterface;

0 commit comments

Comments
 (0)