Skip to content

Commit f2c0702

Browse files
authored
Apply fixes from StyleCI (#106)
1 parent 0cccb2e commit f2c0702

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Entities/Page.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ private function fillPageUrl(): void
199199
}
200200
}
201201

202-
203202
/**
204203
* @param $propertyTitle
205204
* @param $property

src/Traits/HasParent.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
namespace FiveamCode\LaravelNotionApi\Traits;
44

5-
use Carbon\Carbon;
6-
use DateTime;
7-
use FiveamCode\LaravelNotionApi\Entities\User;
85
use Illuminate\Support\Arr;
96

107
/**
11-
* Trait HasParent
8+
* Trait HasParent.
129
*/
1310
trait HasParent
1411
{
@@ -27,7 +24,6 @@ trait HasParent
2724
*/
2825
private string $parentType = '';
2926

30-
3127
protected function fillParentProperties(): void
3228
{
3329
$this->fillParent();

0 commit comments

Comments
 (0)