Skip to content

Commit

Permalink
TASK: Make styleci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Sep 10, 2023
1 parent e2988f0 commit a6cb336
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Classes/Domain/AbstractFormObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

abstract class AbstractFormObject implements ProtectedContextAwareInterface
{

/**
* @var PersistenceManagerInterface
* @Flow\Inject
Expand Down
1 change: 0 additions & 1 deletion Classes/Domain/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/
class Field extends AbstractFormObject
{

/**
* @var Form|null
*/
Expand Down
1 change: 0 additions & 1 deletion Classes/Domain/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
class Option extends AbstractFormObject
{

/**
* @var mixed
*/
Expand Down
1 change: 0 additions & 1 deletion Classes/FusionObjects/FieldDefinitionImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

class FieldDefinitionImplementation extends AbstractFusionObject
{

/**
* @return Form|null
*/
Expand Down
1 change: 0 additions & 1 deletion Classes/FusionObjects/FormDefinitionImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

class FormDefinitionImplementation extends AbstractFusionObject
{

/**
* @return ActionRequest|null
*/
Expand Down
1 change: 0 additions & 1 deletion Classes/Runtime/Action/EmailAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

class EmailAction extends AbstractAction
{

/**
* @return ActionResponse|null
* @throws ActionException
Expand Down
1 change: 0 additions & 1 deletion Classes/Runtime/Domain/ActionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

class ActionResolver
{

/**
* @Flow\Inject
* @var ObjectManagerInterface
Expand Down
1 change: 0 additions & 1 deletion Classes/Runtime/FusionObjects/ActionImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

class ActionImplementation extends AbstractFusionObject implements ActionInterface
{

/**
* @var ActionResolver
* @Flow\Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

class RuntimeFormImplementation extends AbstractFusionObject
{

/**
* @var FormRequestFactory
* @Flow\Inject
Expand Down
1 change: 0 additions & 1 deletion Classes/Runtime/Helper/SchemaDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

class SchemaDefinition implements ProtectedContextAwareInterface, SchemaInterface
{

/**
* @var PropertyMapper
* @Flow\Inject
Expand Down

0 comments on commit a6cb336

Please sign in to comment.