Skip to content

Commit 13ef454

Browse files
committed
PHPdoc upd.
1 parent dab90e4 commit 13ef454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/ArrayView.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
* Class representing a view of an array or another array view
2121
* with additional methods for filtering, mapping, and transforming the data.
2222
*
23-
* <pre>
23+
* ```php
2424
* $source = [1, 2, 3, 4, 5];
2525
* $view = ArrayView::toView($source);
26-
* </pre>
26+
* ```
2727
*
2828
* @template T Type of array source elements.
2929
*

0 commit comments

Comments
 (0)