forked from Sylius/Sylius
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* This information is solely responsible for how the different configuration | ||
* sections are normalized, and merged. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class Configuration implements ConfigurationInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
/** | ||
* Doctrine ODM driver resource manager. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class DocumentRepository extends BaseDocumentRepository implements RepositoryInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
/** | ||
* Doctrine PHPCR-ODM driver document repository. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author David Buchmann <[email protected]> | ||
*/ | ||
class DocumentRepository extends BaseDocumentRepository implements RepositoryInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
/** | ||
* Doctrine ORM driver entity repository. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class EntityRepository extends BaseEntityRepository implements RepositoryInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
/** | ||
* Sylius resource twig helper. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Saša Stamenković <[email protected]> | ||
* @author Arnaud Langlade <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
/** | ||
* Resource controller configuration product. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class ConfigurationSpec extends ObjectBehavior | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
/** | ||
* Resource controller spec. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class ResourceControllerSpec extends ObjectBehavior | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
/** | ||
* Resource resolver spec. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class ResourceResolverSpec extends ObjectBehavior | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* Compiler pass which resolves interfaces into target entity names during | ||
* compile time of container. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class ResolveDoctrineTargetEntitiesPassSpec extends ObjectBehavior | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* Doctrine target entities resolver spec. | ||
* It adds proper method calls to doctrine listener. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class DoctrineTargetEntitiesResolverSpec extends ObjectBehavior | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
/** | ||
* Sylius resource bundle spec. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
*/ | ||
class SyliusResourceBundleSpec extends ObjectBehavior | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
/** | ||
* Sylius resource extension for Twig spec. | ||
* | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Paweł Jędrzejewski <[email protected]> | ||
* @author Arnaud Langlade <[email protected]> | ||
*/ | ||
class ResourceExtensionSpec extends ObjectBehavior | ||
|