Skip to content

Commit b78af22

Browse files
Fix container aware interface location (#701)
* Fix container aware interface location * Fix code style
1 parent 60662cf commit b78af22

11 files changed

+20
-10
lines changed

Resources/phpcr-migrations/Version201702211450.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use Jackalope\Node;
1515
use Jackalope\Query\Row;
1616
use PHPCR\Migrations\VersionInterface;
1717
use PHPCR\SessionInterface;
18+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1819
use Sulu\Component\Localization\Localization;
1920
use Symfony\Component\DependencyInjection\ContainerInterface;
2021

Resources/phpcr-migrations/Version201712041018.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use Jackalope\Node;
1515
use Jackalope\Query\Row;
1616
use PHPCR\Migrations\VersionInterface;
1717
use PHPCR\NodeInterface;
1818
use PHPCR\SessionInterface;
19+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1920
use Sulu\Component\Localization\Localization;
2021
use Symfony\Component\DependencyInjection\ContainerInterface;
2122

Resources/phpcr-migrations/Version201811091000.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use Jackalope\Node;
1515
use Jackalope\Query\Row;
1616
use PHPCR\Migrations\VersionInterface;
1717
use PHPCR\NodeInterface;
1818
use PHPCR\SessionInterface;
19+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1920
use Sulu\Component\Localization\Localization;
2021
use Symfony\Component\DependencyInjection\ContainerInterface;
2122

Resources/phpcr-migrations/Version201905071542.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use PHPCR\Migrations\VersionInterface;
1515
use PHPCR\SessionInterface;
16+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1617
use Symfony\Component\DependencyInjection\ContainerInterface;
1718

1819
class Version201905071542 implements VersionInterface, ContainerAwareInterface

Resources/phpcr-migrations/Version202005151141.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use PHPCR\Migrations\VersionInterface;
1515
use PHPCR\SessionInterface;
16+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1617
use Symfony\Component\DependencyInjection\ContainerInterface;
1718

1819
class Version202005151141 implements VersionInterface, ContainerAwareInterface

Resources/phpcr-migrations/Version202005191117.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use PHPCR\Migrations\VersionInterface;
1515
use PHPCR\SessionInterface;
16+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1617
use Symfony\Component\DependencyInjection\ContainerInterface;
1718

1819
class Version202005191117 implements VersionInterface, ContainerAwareInterface

Resources/phpcr-migrations/Version202005250920.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use PHPCR\Migrations\VersionInterface;
1515
use PHPCR\SessionInterface;
16+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1617
use Symfony\Component\DependencyInjection\ContainerInterface;
1718

1819
class Version202005250920 implements VersionInterface, ContainerAwareInterface

Resources/phpcr-migrations/Version202210140922.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use PHPCR\Migrations\VersionInterface;
1515
use PHPCR\SessionInterface;
16+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1617
use Symfony\Component\DependencyInjection\ContainerInterface;
1718

1819
/**

Resources/phpcr-migrations/Version202210241106.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
namespace Sulu\Bundle\ArticleBundle;
12+
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
1313

1414
use Jackalope\Query\Row;
1515
use PHPCR\Migrations\VersionInterface;
1616
use PHPCR\SessionInterface;
17+
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
1718
use Sulu\Component\Localization\Localization;
1819
use Symfony\Component\DependencyInjection\ContainerInterface;
1920

0 commit comments

Comments
 (0)