Files should end with a newline character

This commit is contained in:
Walter Dal Mut
2015-04-08 19:21:51 +02:00
parent 16197e22a9
commit 4140300e32
6 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -195,4 +195,5 @@ class HttpAdapter implements AdapterInterface, QueryableInterface
}
return $this->parseResponse($response);
}
}
}
@@ -5,4 +5,5 @@ namespace InfluxDB\Exception;
class InfluxAuthorizationException extends InfluxGeneralException
{
}
}
@@ -5,4 +5,5 @@ namespace InfluxDB\Exception;
class InfluxBadResponseException extends InfluxGeneralException
{
}
}
@@ -5,4 +5,5 @@ namespace InfluxDB\Exception;
class InfluxGeneralException extends \RuntimeException
{
}
}
@@ -5,4 +5,5 @@ namespace InfluxDB\Exception;
class InfluxNoSeriesException extends InfluxGeneralException
{
}
}
@@ -5,4 +5,5 @@ namespace InfluxDB\Exception;
class InfluxUnexpectedResponseException extends InfluxGeneralException
{
}
}