Completed
Push — master ( ccec40...a46923 )
by Timo
08:45
created
src/Models/ColumnFormatters/LinkColumn.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -77,9 +77,9 @@
 block discarded – undo
77 77
     private function _renderLink(string $name, string $url) : string
78 78
     {
79 79
         return '<a href="' . $url . '"' .
80
-               ($this->_openNew ? ' target="_blank"' : '') .
81
-               (!empty($this->_classes) ? (' class="' . $this->_classes . '"') : '') .
82
-               '>' . $name . '</a>';
80
+                ($this->_openNew ? ' target="_blank"' : '') .
81
+                (!empty($this->_classes) ? (' class="' . $this->_classes . '"') : '') .
82
+                '>' . $name . '</a>';
83 83
     }
84 84
 
85 85
     /**
Please login to merge, or discard this patch.