@@ -129,7 +129,7 @@ |
||
129 | 129 | */ |
130 | 130 | public function parse( array $conditions ) |
131 | 131 | { |
132 | - if( ($cond = $this->filter->toConditions( $conditions ) ) !== null ) { |
|
132 | + if( ( $cond = $this->filter->toConditions( $conditions ) ) !== null ) { |
|
133 | 133 | $this->conditions[] = $cond; |
134 | 134 | } |
135 | 135 |
@@ -149,7 +149,7 @@ |
||
149 | 149 | */ |
150 | 150 | public function parse( array $conditions ) |
151 | 151 | { |
152 | - if( ($cond = $this->filter->toConditions( $conditions ) ) !== null ) { |
|
152 | + if( ( $cond = $this->filter->toConditions( $conditions ) ) !== null ) { |
|
153 | 153 | $this->conditions[] = $cond; |
154 | 154 | } |
155 | 155 |