Skip to content

Commit

Permalink
Fix container aware interface location (#701)
Browse files Browse the repository at this point in the history
* Fix container aware interface location

* Fix code style
  • Loading branch information
alexander-schranz authored Aug 27, 2024
1 parent 60662cf commit b78af22
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 10 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version201702211450.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Node;
use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Component\Localization\Localization;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version201712041018.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Node;
use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\NodeInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Component\Localization\Localization;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version201811091000.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Node;
use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\NodeInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Component\Localization\Localization;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version201905071542.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version201905071542 implements VersionInterface, ContainerAwareInterface
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202005151141.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version202005151141 implements VersionInterface, ContainerAwareInterface
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202005191117.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version202005191117 implements VersionInterface, ContainerAwareInterface
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202005250920.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version202005250920 implements VersionInterface, ContainerAwareInterface
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202210140922.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202210241106.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Component\Localization\Localization;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202407111600.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Bundle\ArticleBundle\Document\Subscriber\RoutableSubscriber;
use Sulu\Component\Content\Metadata\Factory\StructureMetadataFactoryInterface;
use Sulu\Component\DocumentManager\PropertyEncoder;
Expand Down

0 comments on commit b78af22

Please sign in to comment.