Completed
Pull Request — master (#16)
by Valerio
03:20
created
src/BEditaClient.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -479,8 +479,8 @@
 block discarded – undo
479 479
     public function relationSchema(string $type) : ?array
480 480
     {
481 481
         $h = ['Accept' => 'application/json'];
482
-	    return $this->get(sprintf('/model/relations/%s', $type), null, $h);
483
-	}
482
+      return $this->get(sprintf('/model/relations/%s', $type), null, $h);
483
+  }
484 484
 
485 485
     /**
486 486
      * Restore object from trash
Please login to merge, or discard this patch.