Skip to content

Commit

Permalink
IBX-7935: Removed unnecessary annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed May 13, 2024
1 parent ce43276 commit 720bc94
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/bundle/Controller/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class UserController extends Controller
/** @var \Ibexa\Contracts\ContentForms\Content\Form\Provider\GroupedContentFormFieldsProviderInterface */
private $groupedContentFormFieldsProvider;

/** @var \Ibexa\Contracts\Core\Repository\ContentService */
private ContentService $contentService;

public function __construct(
Expand Down
1 change: 0 additions & 1 deletion src/lib/Event/ContentCreateFieldOptionsEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

final class ContentCreateFieldOptionsEvent extends StructFieldOptionsEvent
{
/** @var \Ibexa\Contracts\Core\Repository\Values\Content\ContentCreateStruct */
private $contentCreateStruct;

public function __construct(
Expand Down
2 changes: 0 additions & 2 deletions src/lib/Event/StructFieldOptionsEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@

abstract class StructFieldOptionsEvent extends Event
{
/** @var \Symfony\Component\Form\FormInterface */
protected FormInterface $parentForm;

/** @var \Ibexa\Contracts\ContentForms\Data\Content\FieldData */
protected FieldData $fieldData;

/** @var array<string, mixed> */
Expand Down
2 changes: 0 additions & 2 deletions src/lib/Event/UserUpdateFieldOptionsEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@

final class UserUpdateFieldOptionsEvent extends StructFieldOptionsEvent
{
/** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content */
private Content $content;

/** @var \Ibexa\Contracts\Core\Repository\Values\User\UserUpdateStruct */
private UserUpdateStruct $userUpdateStruct;

public function __construct(
Expand Down

0 comments on commit 720bc94

Please sign in to comment.