Skip to content

Commit

Permalink
Correction already defined property
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-claras committed Mar 21, 2014
1 parent bcec2be commit 57229ff
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion src/MyCLabs/MUIH/Bridge/ZendViewHelper/GenericTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ public function GenericTag($tag, $content, $isVoidTag=false)

return $this;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
*/
trait AttributesTrait
{
/**
* @var MUIHAttributesTrait
*/
protected $uiElement;


/**
* @param array $attributes
* @return $this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
*/
trait IconContentTrait
{
/**
* @var MUIHContentTrait
*/
protected $uiElement;

/**
* @param string $icon
* @return $this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
*/
trait TitleEnhancementTrait
{
/**
* @var MUIHTitleEnhancementTrait
*/
protected $uiElement;

/**
* @param string $title
* @param string $placement
Expand Down
2 changes: 1 addition & 1 deletion tests/MUIHTest/MUIH/Bridges/ZendViewHelper/LabelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use MyCLabs\MUIH\Label as MUIHLabel;

/**
* @covers MyCLabs\MUIH\Bridges\ZendViewHelper\Label
* @covers MyCLabs\MUIH\Bridge\ZendViewHelper\Label
*/
class LabelTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 57229ff

Please sign in to comment.