Skip to content
Snippets Groups Projects
Commit e712ee08 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent e0a71453
No related merge requests found
...@@ -58,9 +58,9 @@ class Followup extends AbstractPlugin ...@@ -58,9 +58,9 @@ class Followup extends AbstractPlugin
/** /**
* Clear an element of the stored followup information. * Clear an element of the stored followup information.
* *
* @param string $key Element to clear. * @param string $key Element to clear.
* *
* @return bool True if cleared, false if never set. * @return bool True if cleared, false if never set.
*/ */
public function clear($key) public function clear($key)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment