From 21b3f20fb1a39109ca7b8d74789c3b70212c0644 Mon Sep 17 00:00:00 2001 From: Michael Markoski Date: Sat, 25 May 2019 15:32:18 -0500 Subject: [PATCH] add new line after class --- src/Endpoints/SSL.php | 2 +- src/Endpoints/TLS.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Endpoints/SSL.php b/src/Endpoints/SSL.php index 53f6c0f..fea524b 100644 --- a/src/Endpoints/SSL.php +++ b/src/Endpoints/SSL.php @@ -150,4 +150,4 @@ class SSL implements API } return false; } -} \ No newline at end of file +} diff --git a/src/Endpoints/TLS.php b/src/Endpoints/TLS.php index 16e5137..8519896 100644 --- a/src/Endpoints/TLS.php +++ b/src/Endpoints/TLS.php @@ -118,4 +118,4 @@ class TLS implements API } return false; } -} \ No newline at end of file +}