1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-05 21:07:27 +02:00

Merge pull request #139 from tomeh/documentation-fixes

Updated documentation.
This commit is contained in:
Daniel St. Jules
2016-06-14 13:50:55 -07:00
committed by GitHub

View File

@@ -111,9 +111,9 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
* search for the start string.
*
* @param string $start Delimiter marking the start of the substring
* @param string $end Delimiter marketing the end of the substring
* @param string $end Delimiter marking the end of the substring
* @param int $offset Index from which to begin the search
* @return Stringy Object whose $str has been converted to an URL slug
* @return Stringy Object whose $str is a substring between $start and $end
*/
public function between($start, $end, $offset = 0)
{