Skip to content

Commit 28360e2

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent c42e4c6 commit 28360e2

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

src/Views/Columns/ArrayColumn.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ public function __construct(string $title, ?string $from = null)
3232
$this->label(fn () => null);
3333
}
3434
}
35-
3635
}

src/Views/Columns/Traits/Configuration/ArrayColumnConfiguration.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ public function wrapperEnd(string $value): self
5454
/**
5555
* Setup Flex Col Behaviour
5656
*
57-
* @param array<mixed> $attribs
58-
* @return self
57+
* @param array<mixed> $attribs
5958
*/
6059
public function flexCol(array $attribs = []): self
6160
{
@@ -69,8 +68,7 @@ public function flexCol(array $attribs = []): self
6968
/**
7069
* Setup Flex Row Behaviour
7170
*
72-
* @param array<mixed> $attribs
73-
* @return self
71+
* @param array<mixed> $attribs
7472
*/
7573
public function flexRow(array $attribs = []): self
7674
{

src/Views/Columns/Traits/Helpers/ArrayColumnHelpers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,4 @@ public function getContents(Model $row): null|string|\BackedEnum|HtmlString|Data
8888

8989
return new HtmlString($returnedValue);
9090
}
91-
9291
}

tests/Unit/Views/Columns/ArrayColumnTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,4 @@ public function test_can_use_flexrow_with_attributes(): void
124124
$contents = self::$columnInstance->getContents(Veterinary::find(1));
125125
$this->assertSame('<div class="bg-blue-500 flex flex-row"><a href="1">Cartman</a><a href="2">Tux</a></div>', $contents->toHtml());
126126
}
127-
128127
}

0 commit comments

Comments
 (0)