Skip to content

Commit dbda65b

Browse files
rappasoftactions-user
authored andcommitted
Fix styling
1 parent 530e3e0 commit dbda65b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Traits/Helpers/ComponentHelpers.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,17 @@ public function collapsingColumnsAreDisabled(): bool
276276
return $this->getCollapsingColumnsStatus() === false;
277277
}
278278

279-
/**
280-
* @return bool
281-
*/
279+
/**
280+
* @return bool
281+
*/
282282
public function hasTableRowUrl(): bool
283283
{
284284
return $this->trUrlCallback !== null;
285285
}
286286

287287
/**
288288
* @param $row
289-
*
289+
*
290290
* @return ?string
291291
*/
292292
public function getTableRowUrl($row): ?string
@@ -296,7 +296,7 @@ public function getTableRowUrl($row): ?string
296296

297297
/**
298298
* @param $row
299-
*
299+
*
300300
* @return ?string
301301
*/
302302
public function getTableRowUrlTarget($row): ?string

0 commit comments

Comments
 (0)