Completed
Push — master ( cbc109...ec6201 )
by Chris
03:03
created
src/Darya/Database/Query/AbstractSqlTranslator.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -823,8 +823,9 @@
 block discarded – undo
823 823
 		
824 824
 		$joinParameters = array();
825 825
 		
826
-		if ($storageQuery instanceof Database\Storage\Query)
827
-			$joinParameters = $this->joinParameters($storageQuery->joins);
826
+		if ($storageQuery instanceof Database\Storage\Query) {
827
+					$joinParameters = $this->joinParameters($storageQuery->joins);
828
+		}
828 829
 		
829 830
 		$parameters = array_merge(
830 831
 			$parameters,
Please login to merge, or discard this patch.