Skip to content

Commit

Permalink
Merge fac0eb6 into 5687cf3
Browse files Browse the repository at this point in the history
  • Loading branch information
tigitz committed Jan 20, 2019
2 parents 5687cf3 + fac0eb6 commit 52504ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/special_cases.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,14 @@ function apcu_fetch($key)
* -1 (no limit).
* @param int $count If specified, this variable will be filled with the number of
* replacements done.
* @return string|array|null preg_replace returns an array if the
* @return string|array preg_replace returns an array if the
* subject parameter is an array, or a string
* otherwise.
*
* If matches are found, the new subject will
* be returned, otherwise subject will be
* returned unchanged.
*
* Returns a file pointer resource on success, .
* @throws PcreException
*
*/
Expand Down

0 comments on commit 52504ec

Please sign in to comment.