Completed
Pull Request — develop (#86)
by Igor
07:09
created
src/Magestead/Exceptions/AuthSavePermissionsException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,7 @@
 block discarded – undo
12 12
      * @param array $auth
13 13
      * @return self
14 14
      */
15
-    public function setAuthObject(array $auth)
16
-    {
15
+    public function setAuthObject(array $auth) {
17 16
         $this->message = sprintf(static::TPL, json_encode($auth, JSON_PRETTY_PRINT));
18 17
         return $this;
19 18
     }
Please login to merge, or discard this patch.