diff --git a/src/Bucket.php b/src/Bucket.php index daf85d6..b18653b 100644 --- a/src/Bucket.php +++ b/src/Bucket.php @@ -39,4 +39,4 @@ public function getType() { return $this->type; } -} \ No newline at end of file +} diff --git a/src/ErrorHandler.php b/src/ErrorHandler.php index 23c72af..5c72149 100644 --- a/src/ErrorHandler.php +++ b/src/ErrorHandler.php @@ -34,4 +34,4 @@ public static function handleErrorResponse($response) throw new $exceptionClass('Received error from B2: '.$responseJson['message']); } -} \ No newline at end of file +} diff --git a/src/Exceptions/B2Exception.php b/src/Exceptions/B2Exception.php index f6e9248..aca21f0 100644 --- a/src/Exceptions/B2Exception.php +++ b/src/Exceptions/B2Exception.php @@ -4,5 +4,4 @@ class B2Exception extends \Exception { - -} \ No newline at end of file +} diff --git a/src/Exceptions/BadJsonException.php b/src/Exceptions/BadJsonException.php index ce332eb..5cd4c91 100644 --- a/src/Exceptions/BadJsonException.php +++ b/src/Exceptions/BadJsonException.php @@ -4,5 +4,4 @@ class BadJsonException extends \Exception { - -} \ No newline at end of file +} diff --git a/src/Exceptions/BadValueException.php b/src/Exceptions/BadValueException.php index 71f6e20..dabab43 100644 --- a/src/Exceptions/BadValueException.php +++ b/src/Exceptions/BadValueException.php @@ -4,5 +4,4 @@ class BadValueException extends \Exception { - -} \ No newline at end of file +} diff --git a/src/Exceptions/BucketAlreadyExistsException.php b/src/Exceptions/BucketAlreadyExistsException.php index fd2b43b..f0df375 100644 --- a/src/Exceptions/BucketAlreadyExistsException.php +++ b/src/Exceptions/BucketAlreadyExistsException.php @@ -4,5 +4,4 @@ class BucketAlreadyExistsException extends \Exception { - -} \ No newline at end of file +} diff --git a/src/Exceptions/BucketNotEmptyException.php b/src/Exceptions/BucketNotEmptyException.php index 0d47d02..908fc04 100644 --- a/src/Exceptions/BucketNotEmptyException.php +++ b/src/Exceptions/BucketNotEmptyException.php @@ -4,5 +4,4 @@ class BucketNotEmptyException extends \Exception { - -} \ No newline at end of file +} diff --git a/src/Exceptions/FileNotPresentException.php b/src/Exceptions/FileNotPresentException.php index 9568697..770c5cb 100644 --- a/src/Exceptions/FileNotPresentException.php +++ b/src/Exceptions/FileNotPresentException.php @@ -4,5 +4,4 @@ class FileNotPresentException extends \Exception { - -} \ No newline at end of file +} diff --git a/src/Exceptions/NotFoundException.php b/src/Exceptions/NotFoundException.php index 965f6cc..6d62195 100644 --- a/src/Exceptions/NotFoundException.php +++ b/src/Exceptions/NotFoundException.php @@ -4,5 +4,4 @@ class NotFoundException extends \Exception { - -} \ No newline at end of file +} diff --git a/src/Exceptions/ValidationException.php b/src/Exceptions/ValidationException.php index cdae49f..3c10ed8 100644 --- a/src/Exceptions/ValidationException.php +++ b/src/Exceptions/ValidationException.php @@ -4,5 +4,4 @@ class ValidationException extends \Exception { - -} \ No newline at end of file +} diff --git a/src/File.php b/src/File.php index ecdb165..a837cc7 100644 --- a/src/File.php +++ b/src/File.php @@ -78,5 +78,4 @@ public function getInfo() { return $this->info; } - -} \ No newline at end of file +} diff --git a/src/Http/Client.php b/src/Http/Client.php index 753ab8b..1cdeb67 100644 --- a/src/Http/Client.php +++ b/src/Http/Client.php @@ -35,4 +35,4 @@ public function request($method, $uri = null, array $options = [], $asJson = tru return $response->getBody()->getContents(); } -} \ No newline at end of file +} diff --git a/tests/ClientTest.php b/tests/ClientTest.php index 2f85a01..f58ae19 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -524,4 +524,4 @@ public function testDeletingNonExistentFileThrowsException() 'FileName' => 'fileName' ])); } -} \ No newline at end of file +} diff --git a/tests/TestHelper.php b/tests/TestHelper.php index 1bf80c1..ec787a8 100644 --- a/tests/TestHelper.php +++ b/tests/TestHelper.php @@ -24,4 +24,4 @@ protected function buildResponseFromStub($statusCode, array $headers = [], $resp return new \GuzzleHttp\Psr7\Response($statusCode, $headers, $response); } -} \ No newline at end of file +}