Skip to content

Commit

Permalink
Improve landing page wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 10, 2025
1 parent bd41721 commit 995213a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/_layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ <h4 class="font-bold text-2xl">Simple API</h4>

<div class="bg-gradient-to-r from-csv-base to-white h-px"></div>

<h4 class="font-bold text-xl">Framework-agnostic</h4>
<h4 class="font-bold text-xl">Read and Write to CSV documents in <br />a memory efficient and scalable way</h4>

<div class="bg-gradient-to-r from-csv-base to-white h-px"></div>

<h4 class="font-bold text-xl">Support PHP Stream filtering capabilities</h4>
<h4 class="font-bold text-xl">Flexible and powerful query features and object-mapping.</h4>

<div class="bg-gradient-to-r from-csv-base to-white h-px"></div>

Expand All @@ -79,7 +79,7 @@ <h4 class="font-bold text-xl">Transform CSV documents into <span class="font-mon

<div class="bg-gradient-to-r from-csv-base to-white h-px"></div>

<h4 class="font-bold text-xl">Read and Write to CSV documents in <br />a memory efficient and scalable way</h4>
<h4 class="font-bold text-xl">Framework-agnostic</h4>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/CallbackStreamFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function filter($in, $out, &$consumed, bool $closing): int
/**
* Static method to register the class as a stream filter.
*
* @param callable(string, ?array): string $callback
* @param callable(string, mixed): string $callback
*/
public static function register(string $filtername, callable $callback): void
{
Expand All @@ -105,7 +105,7 @@ public static function register(string $filtername, callable $callback): void
}

/**
* @param callable(string, ?array): string $callback
* @param callable(string, mixed): string $callback
*
* @throws ReflectionException|ValueError
*
Expand Down

0 comments on commit 995213a

Please sign in to comment.