Skip to content

Commit

Permalink
Naming things is always hard
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek committed Jul 25, 2017
1 parent 93919ea commit 232257b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Core/Site/Values/Content.php
Expand Up @@ -12,7 +12,7 @@

final class Content extends APIContent
{
use ValueObjectExtractableTrait;
use ValueObjectExtractorTrait;

/**
* @var \Netgen\EzPlatformSiteApi\API\Values\ContentInfo
Expand Down
2 changes: 1 addition & 1 deletion lib/Core/Site/Values/ContentInfo.php
Expand Up @@ -13,7 +13,7 @@
final class ContentInfo extends APIContentInfo
{
use TranslatableTrait;
use ValueObjectExtractableTrait;
use ValueObjectExtractorTrait;

/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion lib/Core/Site/Values/Location.php
Expand Up @@ -14,7 +14,7 @@

final class Location extends APILocation
{
use ValueObjectExtractableTrait;
use ValueObjectExtractorTrait;

/**
* @var \Netgen\EzPlatformSiteApi\API\Values\ContentInfo
Expand Down
2 changes: 1 addition & 1 deletion lib/Core/Site/Values/Node.php
Expand Up @@ -14,7 +14,7 @@

final class Node extends APINode
{
use ValueObjectExtractableTrait;
use ValueObjectExtractorTrait;

/**
* @var \Netgen\EzPlatformSiteApi\API\Values\Content
Expand Down
Expand Up @@ -4,7 +4,7 @@

use eZ\Publish\API\Repository\Values\Content\Search\SearchResult;

trait ValueObjectExtractableTrait
trait ValueObjectExtractorTrait
{
/**
* Extracts value objects from the given $searchResult.
Expand Down

0 comments on commit 232257b

Please sign in to comment.