mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-13 16:53:59 +02:00
Fix ensureRight doc comment
This commit is contained in:
@@ -365,7 +365,7 @@ class Stringy implements \Countable, \IteratorAggregate, \ArrayAccess
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures that the string begins with $substring. If it doesn't, it's
|
* Ensures that the string ends with $substring. If it doesn't, it's
|
||||||
* appended.
|
* appended.
|
||||||
*
|
*
|
||||||
* @param string $substring The substring to add if not present
|
* @param string $substring The substring to add if not present
|
||||||
|
Reference in New Issue
Block a user