Passed
Pull Request — master (#120)
by
unknown
02:28
created
src/GraphBuilder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,8 +78,8 @@
 block discarded – undo
78 78
                     
79 79
                     if ($relatedModel) {
80 80
                         $output .= "- **" . $relation->getType() . "** `" . $relation->getName() . "` to " . 
81
-                                  $relatedModel->getLabel() . " (Local Key: `" . $relation->getLocalKey() . 
82
-                                  "`, Foreign Key: `" . $relation->getForeignKey() . "`)\n";
81
+                                    $relatedModel->getLabel() . " (Local Key: `" . $relation->getLocalKey() . 
82
+                                    "`, Foreign Key: `" . $relation->getForeignKey() . "`)\n";
83 83
                     }
84 84
                 }
85 85
                 
Please login to merge, or discard this patch.