Fix coding standard (no_blank_lines_after_phpdoc, single_blank_line_before_namespace, yoda_style)

This commit is contained in:
Meritoo
2017-09-20 09:27:56 +02:00
parent e1fefcdeae
commit 7aa2239dbd
12 changed files with 69 additions and 69 deletions

View File

@@ -40,7 +40,7 @@ class Xml
$query = $path->query('/*/*');
$nodesCount = $query->length;
if ($nodesCount == 0) {
if (0 == $nodesCount) {
return $element1;
}