Skip to content

Commit 3e1d920

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent 25c1b13 commit 3e1d920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/FilterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ public function __invoke(Builder $query, $value, string $property): Builder
308308
/** @var string */
309309
protected $filter;
310310

311-
public function __construct(string $filter) {
311+
public function __construct(string $filter)
312+
{
312313
$this->filter = $filter;
313314
}
314315

0 commit comments

Comments
 (0)