Passed
Push — 1.0.0-dev ( f772af...f09b90 )
by nguereza
02:22
created
core/classes/database/DatabaseQueryBuilder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -781,12 +781,12 @@
 block discarded – undo
781 781
          * 
782 782
          * @return string|null
783 783
          */
784
-         protected function buildQueryPart($property, $command = ''){
784
+            protected function buildQueryPart($property, $command = ''){
785 785
             if (!empty($this->{$property})) {
786 786
                 return $command . $this->{$property};
787 787
             }
788 788
             return null;
789
-         }
789
+            }
790 790
 
791 791
 
792 792
         /**
Please login to merge, or discard this patch.