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; } - }