Skip to content

Commit 1af1524

Browse files
committed
code style improvements
1 parent f1340a2 commit 1af1524

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/Column.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ public function enableSummary()
145145

146146
public function disableSummary()
147147
{
148-
$this->summary = false;
148+
$this->summary = false;
149149

150-
return $this;
150+
return $this;
151151
}
152152

153153
public function setIndex($index)
@@ -156,12 +156,12 @@ public function setIndex($index)
156156

157157
return $this;
158158
}
159-
159+
160160
public function tooltip($text, $label = null)
161161
{
162162
$this->tooltip = [
163163
'text' => $text,
164-
'label' => $label
164+
'label' => $label,
165165
];
166166

167167
return $this;

src/Http/Livewire/LivewireDatatable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,7 @@ public function getPaginationControlsProperty()
10881088
public function getResultsProperty()
10891089
{
10901090
$this->row = 1;
1091+
10911092
return $this->mapCallbacks(
10921093
$this->getQuery()->paginate($this->perPage)
10931094
);

0 commit comments

Comments
 (0)