@@ -781,12 +781,12 @@ |
||
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 | /** |