Completed
Pull Request — master (#19)
by
unknown
01:45
created
src/Ares.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -172,9 +172,9 @@
 block discarded – undo
172 172
 
173 173
 	private static function exists(?\SimpleXMLElement $element, string $property): string
174 174
 	{
175
-	    if ($element === null) {
176
-	        return '';
177
-        }
175
+		if ($element === null) {
176
+			return '';
177
+		}
178 178
 		return isset($element->{$property}) ? ((string) $element->{$property}) : '';
179 179
 	}
180 180
 
Please login to merge, or discard this patch.