Completed
Pull Request — development (#2316)
by Joshua
09:55
created
sources/subs/BBC/SmileyParser.class.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@  discard block
 block discarded – undo
27 27
 	protected $marker = "\r";
28 28
 	protected $path = '';
29 29
 
30
+	/**
31
+	 * @param string $path
32
+	 */
30 33
 	public function __construct($path, array $smileys = array())
31 34
 	{
32 35
 		$this->setPath($path);
@@ -37,6 +40,9 @@  discard block
 block discarded – undo
37 40
 		}
38 41
 	}
39 42
 
43
+	/**
44
+	 * @param boolean $toggle
45
+	 */
40 46
 	public function setEnabled($toggle)
41 47
 	{
42 48
 		$this->enabled = (bool) $toggle;
Please login to merge, or discard this patch.