diff --git a/src/Elastic/Types/BaseType.php b/src/Elastic/Types/BaseType.php index 1bb77f0..fc5da3b 100644 --- a/src/Elastic/Types/BaseType.php +++ b/src/Elastic/Types/BaseType.php @@ -10,7 +10,6 @@ class BaseType { - /** * Get the Popo as array * diff --git a/src/Elastic/Types/Service.php b/src/Elastic/Types/Service.php index 9f5a7b2..3bf1cf5 100644 --- a/src/Elastic/Types/Service.php +++ b/src/Elastic/Types/Service.php @@ -21,7 +21,6 @@ */ class Service extends BaseType implements JsonSerializable { - /** * @var array */ diff --git a/src/Elastic/Types/Tracing.php b/src/Elastic/Types/Tracing.php index 1cc5dcd..92ac376 100644 --- a/src/Elastic/Types/Tracing.php +++ b/src/Elastic/Types/Tracing.php @@ -22,7 +22,6 @@ */ class Tracing extends BaseType implements JsonSerializable { - /** * Unique identifier of the trace * diff --git a/src/Elastic/Types/User.php b/src/Elastic/Types/User.php index 7ffe528..a8a732d 100644 --- a/src/Elastic/Types/User.php +++ b/src/Elastic/Types/User.php @@ -21,7 +21,6 @@ */ class User extends BaseType implements JsonSerializable { - /** * @var array */ diff --git a/tests/Elastic/BaseTestCase.php b/tests/Elastic/BaseTestCase.php index 1cd3c08..0a3b2e2 100644 --- a/tests/Elastic/BaseTestCase.php +++ b/tests/Elastic/BaseTestCase.php @@ -19,7 +19,6 @@ */ class BaseTestCase extends TestCase { - /** * @return string */ diff --git a/tests/Elastic/Types/BaseTypeTest.php b/tests/Elastic/Types/BaseTypeTest.php index 113e886..c0e0c09 100644 --- a/tests/Elastic/Types/BaseTypeTest.php +++ b/tests/Elastic/Types/BaseTypeTest.php @@ -23,7 +23,6 @@ */ class BaseTypeTest extends BaseTestCase { - /** * @covers Elastic\Types\BaseType::toArray */ diff --git a/tests/Elastic/Types/ErrorTest.php b/tests/Elastic/Types/ErrorTest.php index cb728cb..8a4a8c5 100644 --- a/tests/Elastic/Types/ErrorTest.php +++ b/tests/Elastic/Types/ErrorTest.php @@ -23,7 +23,6 @@ */ class ErrorTest extends BaseTestCase { - /** * @covers \Elastic\Types\Error::__construct * @covers \Elastic\Types\Error::jsonSerialize diff --git a/tests/Elastic/Types/ServiceTest.php b/tests/Elastic/Types/ServiceTest.php index 7124fd7..5fd1b73 100644 --- a/tests/Elastic/Types/ServiceTest.php +++ b/tests/Elastic/Types/ServiceTest.php @@ -23,7 +23,6 @@ */ class ServiceTest extends BaseTestCase { - /** * @covers Elastic\Types\Service::__construct * @covers Elastic\Types\Service::jsonSerialize diff --git a/tests/Elastic/Types/TracingTest.php b/tests/Elastic/Types/TracingTest.php index 770e575..2dcb943 100644 --- a/tests/Elastic/Types/TracingTest.php +++ b/tests/Elastic/Types/TracingTest.php @@ -23,7 +23,6 @@ */ class TracingTest extends BaseTestCase { - /** * @covers Elastic\Types\Tracing::__construct * @covers Elastic\Types\Tracing::jsonSerialize diff --git a/tests/Elastic/Types/UserTest.php b/tests/Elastic/Types/UserTest.php index 8748a61..c5afa8d 100644 --- a/tests/Elastic/Types/UserTest.php +++ b/tests/Elastic/Types/UserTest.php @@ -23,7 +23,6 @@ */ class UserTest extends BaseTestCase { - /** * @covers Elastic\Types\User::__construct * @covers Elastic\Types\User::jsonSerialize