mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Complete docblock
This commit is contained in:
parent
e9dec33dc6
commit
05a47e7083
@ -26,6 +26,9 @@ interface TransformableRenderable extends Renderable
|
||||
/**
|
||||
* Similar to transformingContent, but replace the string $search in text content
|
||||
* with the renderable $Replacement and return the result.
|
||||
*
|
||||
* @param string $search
|
||||
* @return Renderable
|
||||
*/
|
||||
public function replacingAll(string $search, Renderable $Replacement): Renderable;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user