Skip to content

Commit

Permalink
Update includes/class-filesystem-direct.php
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Stewart <[email protected]>
Signed-off-by: Namith Jawahar <[email protected]>
  • Loading branch information
namithj and costdev authored Dec 30, 2024
1 parent a094256 commit a91bae8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/class-filesystem-direct.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class Filesystem_Direct extends \WP_Filesystem_Direct {
/**
* Reads entire file into an array with options for limiting the number of lines and direction from the the lines are counted.
*
* @since 2.5.0
*
* @param string $file Path to the file.
* @param int $number_of_lines The number of lines to read. Default is -1 (read all lines).
* @param bool $count_bottom_to_top Count the lines from the bottom up. Default is false (count from top to bottom).
Expand Down

0 comments on commit a91bae8

Please sign in to comment.