Skip to content

Commit

Permalink
PHPdoc upd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 13, 2024
1 parent dab90e4 commit 13ef454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Views/ArrayView.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
* Class representing a view of an array or another array view
* with additional methods for filtering, mapping, and transforming the data.
*
* <pre>
* ```php
* $source = [1, 2, 3, 4, 5];
* $view = ArrayView::toView($source);
* </pre>
* ```
*
* @template T Type of array source elements.
*
Expand Down

0 comments on commit 13ef454

Please sign in to comment.