From db12cd63ee9b746aa7fd72ccfc843a5c5fa4446a Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 27 Apr 2021 12:20:31 +0100 Subject: [PATCH] Add missing newlines at end of file for docs --- docs/README.md | 2 +- docs/authentication-custom.md | 2 +- docs/authentication.md | 2 +- docs/goals.md | 2 +- docs/hooks.md | 2 +- docs/proxy.md | 2 +- docs/usage-advanced.md | 2 +- docs/usage.md | 2 +- docs/why-requests.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index 8116963d6..8fa0e3ee1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,4 +25,4 @@ here are prose; you might also want to check out the [API documentation][]. [authentication]: authentication.md [authentication-custom]: authentication-custom.md [hooks]: hooks.md -[proxy]: proxy.md \ No newline at end of file +[proxy]: proxy.md diff --git a/docs/authentication-custom.md b/docs/authentication-custom.md index 213590fc0..e4f55854a 100644 --- a/docs/authentication-custom.md +++ b/docs/authentication-custom.md @@ -47,4 +47,4 @@ system documentation][hooks]. Previous: [Authenticating your request](authentication.md) -Next: [Requests through proxy](proxy.md) \ No newline at end of file +Next: [Requests through proxy](proxy.md) diff --git a/docs/authentication.md b/docs/authentication.md index 4070ff5fc..d59e84fee 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -34,4 +34,4 @@ Requests::post('http://httpbin.org/basic-auth/user/password', array(), null, $op Previous: [Advanced usage](usage-advanced.md) -Next: [Custom authentification](authentication-custom.md) \ No newline at end of file +Next: [Custom authentification](authentication-custom.md) diff --git a/docs/goals.md b/docs/goals.md index f0fa02a85..2c42f5561 100644 --- a/docs/goals.md +++ b/docs/goals.md @@ -30,4 +30,4 @@ Goals *** -Next: [Why Requests Instead of X?](why-requests.md) \ No newline at end of file +Next: [Why Requests Instead of X?](why-requests.md) diff --git a/docs/hooks.md b/docs/hooks.md index 358309d97..37ec8003c 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -99,4 +99,4 @@ $request = Requests::get('http://httpbin.org/get', array(), array('hooks' => $ho *** -Previous: [Requests through proxy](proxy.md) \ No newline at end of file +Previous: [Requests through proxy](proxy.md) diff --git a/docs/proxy.md b/docs/proxy.md index 96878871d..b0feb2edc 100644 --- a/docs/proxy.md +++ b/docs/proxy.md @@ -26,4 +26,4 @@ Requests::get('http://httpbin.org/ip', array(), $options); Previous: [Custom authentification](authentication-custom.md) -Next: [Hooking system](hooks.md) \ No newline at end of file +Next: [Hooking system](hooks.md) diff --git a/docs/usage-advanced.md b/docs/usage-advanced.md index bf4ef3b6b..adfdda9a3 100644 --- a/docs/usage-advanced.md +++ b/docs/usage-advanced.md @@ -74,4 +74,4 @@ bugs in PHP for more information on Subject Alternate Name field. Previous: [Making a request](usage.md) -Next: [Authenticating your request](authentication.md) \ No newline at end of file +Next: [Authenticating your request](authentication.md) diff --git a/docs/usage.md b/docs/usage.md index 071b706cc..634d094ca 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -161,4 +161,4 @@ If a header isn't set, this will give `null`. You can also check with Previous: [Why should I use Requests instead of X?](why-requests.md) -Next: [Advanced usage](usage-advanced.md) \ No newline at end of file +Next: [Advanced usage](usage-advanced.md) diff --git a/docs/why-requests.md b/docs/why-requests.md index 341e51d47..6375f95e5 100644 --- a/docs/why-requests.md +++ b/docs/why-requests.md @@ -176,4 +176,4 @@ instead of something else, in our opinion. Previous: [Goals](goals.md) -Next: [Making a request](usage.md) \ No newline at end of file +Next: [Making a request](usage.md)