From 94fba0d260208350e865d75960d97fd979fdc722 Mon Sep 17 00:00:00 2001 From: priyashantha Date: Tue, 23 Jan 2018 11:06:09 +0530 Subject: [PATCH] fixed php lint issues --- src/StringTagField.php | 1 - tests/TagFieldTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/StringTagField.php b/src/StringTagField.php index 07a3955..edcbe65 100644 --- a/src/StringTagField.php +++ b/src/StringTagField.php @@ -368,5 +368,4 @@ class StringTagField extends DropdownField return $this; } - } diff --git a/tests/TagFieldTest.php b/tests/TagFieldTest.php index 9f9b566..e38f86e 100755 --- a/tests/TagFieldTest.php +++ b/tests/TagFieldTest.php @@ -355,6 +355,5 @@ class TagFieldTest extends SapphireTest $field = new TagField('Tags', '', TagFieldTestBlogTag::get()); $readOnlyField = $field->performReadonlyTransformation(); $this->assertEquals(ReadonlyTagField::class, get_class($readOnlyField)); - } }