Passed
Push — develop ( 77e6e2...97cb86 )
by Daniel
03:55
created
services/notification/topic_in_queue.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -34,10 +34,10 @@
 block discarded – undo
34 34
 	}
35 35
 
36 36
 	/**
37
-	* Get the url to this item
38
-	*
39
-	* @return string URL
40
-	*/
37
+	 * Get the url to this item
38
+	 *
39
+	 * @return string URL
40
+	 */
41 41
 	public function get_url()
42 42
 	{
43 43
 		if ($type = $this->types->get_forum_type($this->item_parent_id))
Please login to merge, or discard this patch.
services/form/field/textarea.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,8 @@
 block discarded – undo
76 76
 	{
77 77
 		return array(
78 78
 			'size'		=> 'large',
79
-			'maxlength'	=> '',			// input characters
80
-			'max_chars'	=> 200,			// display characters
79
+			'maxlength'	=> '', // input characters
80
+			'max_chars'	=> 200, // display characters
81 81
 			'editor'	=> true,
82 82
 		);
83 83
 	}
Please login to merge, or discard this patch.