Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
remove duplicate locale properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 11, 2013
1 parent 77d91f1 commit 376d091
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 21 deletions.
5 changes: 0 additions & 5 deletions Doctrine/Phpcr/ImagineBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ class ImagineBlock extends AbstractBlock implements TranslatableInterface
*/
protected $node;

/**
* @var string
*/
protected $locale;

/**
* {@inheritdoc}
*/
Expand Down
5 changes: 0 additions & 5 deletions Doctrine/Phpcr/SimpleBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ class SimpleBlock extends AbstractBlock implements TranslatableInterface
*/
protected $body;

/**
* @var string
*/
protected $locale;

/**
* {@inheritdoc}
*/
Expand Down
5 changes: 0 additions & 5 deletions Doctrine/Phpcr/SlideshowBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ class SlideshowBlock extends ContainerBlock implements TranslatableInterface
*/
protected $title;

/**
* @var string
*/
protected $locale;

/**
* {@inheritdoc}
*/
Expand Down
5 changes: 0 additions & 5 deletions Doctrine/Phpcr/StringBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ class StringBlock extends AbstractBlock implements TranslatableInterface
*/
protected $body;

/**
* @var string
*/
protected $locale;

/**
* {@inheritdoc}
*/
Expand Down
2 changes: 1 addition & 1 deletion Model/AbstractBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ abstract class AbstractBlock implements
*
* @var string
*/
protected $locale = false;
protected $locale;

/**
* @param string $src
Expand Down

0 comments on commit 376d091

Please sign in to comment.