Skip to content

Commit

Permalink
fix: Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Dec 14, 2023
1 parent d39f9ee commit ce925e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion eZ/Publish/API/Repository/Tests/ContentTypeServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup;
use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition;
use eZ\Publish\API\Repository\Values\ContentType\FieldDefinitionCollection as APIFieldDefinitionCollection;
use eZ\Publish\API\Repository\Values\ContentType\FieldDefinitionCreateStruct;
use eZ\Publish\API\Repository\Values\Translation\Message;
use eZ\Publish\Core\FieldType\TextLine\Value as TextLineValue;

Expand Down
1 change: 0 additions & 1 deletion eZ/Publish/SPI/Tests/FieldType/BaseIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ public function testLoadFieldType($content)
$content->fields[1]->type
);


return $content->fields[1];
}

Expand Down

0 comments on commit ce925e7

Please sign in to comment.