Skip to content

Commit

Permalink
Fix Spryker method annotations to use interface where applicable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 6, 2017
1 parent ca826cf commit 41627fb
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* @method \Spryker\Zed\Customer\CustomerConfig getConfig()
* @method \Spryker\Zed\Customer\Persistence\CustomerQueryContainer getQueryContainer()
* @method \Spryker\Zed\Customer\Persistence\CustomerQueryContainerInterface getQueryContainer()
*/
class CustomerBusinessFactory extends AbstractBusinessFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\HttpFoundation\Request;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class AddController extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\HttpFoundation\Request;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class AddressController extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\HttpFoundation\Request;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class DeleteController extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\HttpFoundation\Request;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class EditController extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Spryker\Zed\Kernel\Communication\Controller\AbstractGatewayController;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class GatewayController extends AbstractGatewayController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Spryker\Zed\Kernel\Communication\Controller\AbstractController;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class IndexController extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\HttpFoundation\Request;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class ProfileController extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\HttpFoundation\Request;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class ViewController extends AbstractController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Spryker\Zed\Kernel\Communication\AbstractCommunicationFactory;

/**
* @method \Spryker\Zed\Customer\Persistence\CustomerQueryContainer getQueryContainer()
* @method \Spryker\Zed\Customer\Persistence\CustomerQueryContainerInterface getQueryContainer()
* @method \Spryker\Zed\Customer\CustomerConfig getConfig()
*/
class CustomerCommunicationFactory extends AbstractCommunicationFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Spryker\Zed\Kernel\Communication\AbstractPlugin;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class CustomerPreConditionCheckerPlugin extends AbstractPlugin implements CheckoutPreConditionInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Spryker\Zed\Mail\Dependency\Plugin\MailTypePluginInterface;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class CustomerRegistrationMailTypePlugin extends AbstractPlugin implements MailTypePluginInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Spryker\Zed\Mail\Dependency\Plugin\MailTypePluginInterface;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class CustomerRestorePasswordMailTypePlugin extends AbstractPlugin implements MailTypePluginInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Spryker\Zed\Mail\Dependency\Plugin\MailTypePluginInterface;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class CustomerRestoredPasswordConfirmationMailTypePlugin extends AbstractPlugin implements MailTypePluginInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Spryker\Zed\Kernel\Communication\AbstractPlugin;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class OrderCustomerSavePlugin extends AbstractPlugin implements CheckoutSaveOrderInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Spryker\Zed\Sales\Dependency\Plugin\HydrateOrderPluginInterface;

/**
* @method \Spryker\Zed\Customer\Business\CustomerFacade getFacade()
* @method \Spryker\Zed\Customer\Business\CustomerFacadeInterface getFacade()
* @method \Spryker\Zed\Customer\Communication\CustomerCommunicationFactory getFactory()
*/
class CustomerOrderHydratePlugin extends AbstractPlugin implements HydrateOrderPluginInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* @method \Spryker\Zed\Customer\CustomerConfig getConfig()
* @method \Spryker\Zed\Customer\Persistence\CustomerQueryContainer getQueryContainer()
* @method \Spryker\Zed\Customer\Persistence\CustomerQueryContainerInterface getQueryContainer()
*/
class CustomerPersistenceFactory extends AbstractPersistenceFactory
{
Expand Down

0 comments on commit 41627fb

Please sign in to comment.