Skip to content

Commit

Permalink
Revert "TASK: Apply migration Neos.FluidAdaptor-20150214130800"
Browse files Browse the repository at this point in the history
This reverts commit 58648af.

Conflicts:
	composer.json
  • Loading branch information
gerhard-boden committed Nov 24, 2016
1 parent dbfe8b1 commit 8fb7989
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
*/
class FormElementRootlinePathViewHelper extends AbstractViewHelper
{

/**
* NOTE: This property has been introduced via code migration to ensure backwards-compatibility.
* @see AbstractViewHelper::isOutputEscapingEnabled()
* @var boolean
*/
protected $escapeOutput = FALSE;
/**
* @param RenderableInterface $renderable
* @return string
Expand Down
7 changes: 0 additions & 7 deletions Classes/ViewHelpers/TranslateElementPropertyViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
*/
class TranslateElementPropertyViewHelper extends AbstractViewHelper
{

/**
* NOTE: This property has been introduced via code migration to ensure backwards-compatibility.
* @see AbstractViewHelper::isOutputEscapingEnabled()
* @var boolean
*/
protected $escapeOutput = FALSE;
/**
* @Flow\Inject
* @var Translator
Expand Down
1 change: 0 additions & 1 deletion composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"Neos.FluidAdaptor-20141113120800",
"Neos.Flow-20141113121400",
"Neos.FluidAdaptor-20141121091700",
"Neos.FluidAdaptor-20150214130800",
"Neos.Flow-20151113161300",
"Neos.Flow-20161115140400",
"Neos.Flow-20161115140430",
Expand Down

0 comments on commit 8fb7989

Please sign in to comment.