Closed tillkruss closed 2 years ago
Base: 56.25% // Head: 56.25% // No change to project coverage :thumbsup:
Coverage data is based on head (
302b7aa
) compared to base (661bf7b
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Can you provide a doc block that I can add to my test cases?
Can you provide a doc block that I can add to my test cases?
I can't find any @example
tests, happy to extend them.
@example
blocks/**
* Elementum semper nullam primis tempus quisque tempor.
*
* @example $redis->copy('source1', 'newkey');
* @example $redis->copy('source1', 'newkey', ['db' => 1]);
*/
@example
block/**
* Elementum semper nullam primis tempus quisque tempor.
*
* @example
* $redis->pipeline()
* ->select(1)
* ->del('newkey')
* ->select(0)
* ->del('newkey')
* ->mset(['source1' => 'value1', 'exists' => 'old_value'])
* ->exec();
*/
Moved to v5.5.2 to be released today 🎉 5.6.0 will wait because of #51
<pre>
tags shouldn't have any<br>
s in them, it's the whole purpose and makes multiline examples looks really odd and spaced-out.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre