From 83cebc80c027558c1520ce875a0ba4de22a3862f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 11 Jan 2019 00:44:44 +0000 Subject: [PATCH] Remove blank lines --- src/Service/Codebird.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Service/Codebird.php b/src/Service/Codebird.php index 814513e..7f5cd20 100644 --- a/src/Service/Codebird.php +++ b/src/Service/Codebird.php @@ -4,7 +4,6 @@ namespace App\Service; class Codebird { - /** * @var \Codebird\Codebird */ @@ -31,5 +30,4 @@ class Codebird { return $this->codebird; } - }