Passed
Push — master ( 42b7f1...5237f7 )
by Diego
02:29
created
src/Models/LarachimpListMember.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 interface LarachimpListMember
4 4
 {
5
-	/**
6
-	 * Return the first name of the subscriber to the Mailchimp list
7
-	 * 
8
-	 * @return string
9
-	 */
5
+    /**
6
+     * Return the first name of the subscriber to the Mailchimp list
7
+     * 
8
+     * @return string
9
+     */
10 10
     public function getFirstName();
11 11
 
12 12
     /**
Please login to merge, or discard this patch.