Test Setup Failed
Push — develop ( 81d5d7...2e9135 )
by Carsten
05:14
created
src/UserAbstract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      * @param  mixed $email
126 126
      * @return self
127 127
      */
128
-    public function setEmail( $email)
128
+    public function setEmail($email)
129 129
     {
130 130
         $this->email = $email;
131 131
         return $this;
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
      * @return self
162 162
      * @uses   $api_key
163 163
      */
164
-    public function setApiKey( $key )
164
+    public function setApiKey($key)
165 165
     {
166 166
         $this->api_key = $key;
167 167
         return $this;
Please login to merge, or discard this patch.