Skip to content

Commit

Permalink
TASK: Apply code migrations to package
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Sep 8, 2019
1 parent 9a1eebc commit 90281c3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Classes/Core/Runtime/FormRuntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class FormRuntime implements RootRenderableInterface, \ArrayAccess
* Workaround...
*
* @Flow\Inject
* @var \Neos\Flow\Mvc\FlashMessageContainer
* @var \Neos\Flow\Mvc\FlashMessage\FlashMessageContainer
* @internal
*/
protected $flashMessageContainer;
Expand Down
2 changes: 1 addition & 1 deletion Classes/Finishers/FlashMessageFinisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class FlashMessageFinisher extends AbstractFinisher
{
/**
* @Flow\Inject
* @var \Neos\Flow\Mvc\FlashMessageContainer
* @var \Neos\Flow\Mvc\FlashMessage\FlashMessageContainer
*/
protected $flashMessageContainer;

Expand Down
27 changes: 25 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,30 @@
"Neos.Neos-20161125104802",
"Neos.Kickstarter-20161125110814",
"Neos.Neos-20161125122412",
"Neos.Flow-20161125124112"
"Neos.Flow-20161125124112",
"TYPO3.FluidAdaptor-20161130112935",
"Neos.Fusion-20161201202543",
"Neos.Neos-20161201222211",
"Neos.Fusion-20161202215034",
"Neos.Fusion-20161219092345",
"Neos.ContentRepository-20161219093512",
"Neos.Media-20161219094126",
"Neos.Neos-20161219094403",
"Neos.Neos-20161219122512",
"Neos.Fusion-20161219130100",
"Neos.Neos-20161220163741",
"Neos.Neos-20170115114620",
"Neos.Fusion-20170120013047",
"Neos.Flow-20170125103800",
"Neos.Seo-20170127154600",
"Neos.Flow-20170127183102",
"Neos.Fusion-20180211175500",
"Neos.Fusion-20180211184832",
"Neos.Flow-20180415105700",
"Neos.Neos-20180907103800",
"Neos.Neos.Ui-20190319094900",
"Neos.Flow-20190425144900",
"Neos.Flow-20190515215000"
]
}
}
}

0 comments on commit 90281c3

Please sign in to comment.