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

Commit

Permalink
TASK: Remove TypoScript from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Jan 20, 2017
1 parent a44f716 commit 6759116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Neos\Fusion\FusionObjects\ArrayImplementation;

/**
* A TypoScript ClassNames-Object
* A Fusion ClassNames-Object
*
* All property keys are concatenated into a single string, that can be assigned to a html class
* attribute, if their value evaluates to `true`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
use Neos\Fusion\FusionObjects\ArrayImplementation;

/**
* A TypoScript Component-Object
* A Fusion Component-Object
*
* All properties except ``renderer`` are pushed into a context variable ``props``
* afterwards the ``renderer`` is evaluated
*
* //tsPath renderer The variable to display a dump of.
* //tsPath * generic Fusion values that will be added to the ``props`` object in the context
* //fusionPath renderer The variable to display a dump of.
* //fusionPath * generic Fusion values that will be added to the ``props`` object in the context
* @api
*/
class ComponentImplementation extends ArrayImplementation
Expand Down

0 comments on commit 6759116

Please sign in to comment.