Completed
Push — master ( e1cc2a...6b3a6a )
by
unknown
03:17
created
src/Abstractor/Eloquent/Relation/Relation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      */
84 84
     public function getDisplay()
85 85
     {
86
-        if (! empty($this->config['display'])) {
86
+        if (!empty($this->config['display'])) {
87 87
             return $this->config['display'];
88 88
         }
89 89
         return null;
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
     public function getPresentation()
93 93
     {
94
-        return $this->presentation ? : ucfirst(str_replace('_', ' ', $this->name));
94
+        return $this->presentation ?: ucfirst(str_replace('_', ' ', $this->name));
95 95
     }
96 96
 
97 97
     public function getType()
Please login to merge, or discard this patch.