From 5c1b5d1aea3aec60740508f3668f8b4aa9c7d528 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 5 Feb 2023 10:51:48 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Entities/Page.php | 1 - src/Traits/HasParent.php | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Entities/Page.php b/src/Entities/Page.php index a6f7822..1fd26ba 100644 --- a/src/Entities/Page.php +++ b/src/Entities/Page.php @@ -199,7 +199,6 @@ private function fillPageUrl(): void } } - /** * @param $propertyTitle * @param $property diff --git a/src/Traits/HasParent.php b/src/Traits/HasParent.php index 2bb7d41..f9cef22 100644 --- a/src/Traits/HasParent.php +++ b/src/Traits/HasParent.php @@ -2,13 +2,10 @@ namespace FiveamCode\LaravelNotionApi\Traits; -use Carbon\Carbon; -use DateTime; -use FiveamCode\LaravelNotionApi\Entities\User; use Illuminate\Support\Arr; /** - * Trait HasParent + * Trait HasParent. */ trait HasParent { @@ -27,7 +24,6 @@ trait HasParent */ private string $parentType = ''; - protected function fillParentProperties(): void { $this->fillParent();