Skip to content

Commit 00fbbda

Browse files
Copilotgithub-actions[bot]
authored andcommitted
fix: pint 🤖
1 parent b6bfe43 commit 00fbbda

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/EloquentDataTable.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ protected function performJoin($table, $foreign, $other, $type = 'left'): void
532532
* Extract the array of foreign keys from a HasManyDeep relationship using reflection.
533533
*
534534
* @param \Staudenmeir\EloquentHasManyDeep\HasManyDeep $model
535-
* @return array
536535
*/
537536
private function getForeignKeys($model): array
538537
{
@@ -558,7 +557,6 @@ private function getForeignKeys($model): array
558557
* Extract the array of through models from a HasManyDeep relationship using reflection.
559558
*
560559
* @param \Staudenmeir\EloquentHasManyDeep\HasManyDeep $model
561-
* @return array
562560
*/
563561
private function getThroughModels($model): array
564562
{
@@ -582,9 +580,6 @@ private function getThroughModels($model): array
582580

583581
/**
584582
* Extract the column name from a qualified column name (e.g., 'table.column' -> 'column').
585-
*
586-
* @param string $qualified
587-
* @return string
588583
*/
589584
private function extractColumnFromQualified(string $qualified): string
590585
{

0 commit comments

Comments
 (0)