@@ -206,7 +206,7 @@ discard block |
||
206 | 206 | */ |
207 | 207 | public function exists() |
208 | 208 | { |
209 | - if (! array_key_exists($this->primaryKey, $this->attributes)) { |
|
209 | + if ( ! array_key_exists($this->primaryKey, $this->attributes)) { |
|
210 | 210 | return false; |
211 | 211 | } |
212 | 212 | |
@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | |
232 | 232 | $attributes[$attribute] = []; |
233 | 233 | foreach ($collection as $value) { |
234 | - if (! empty($value->deferred)) { |
|
234 | + if ( ! empty($value->deferred)) { |
|
235 | 235 | $value->attributes = array_merge($value->attributes, $value->deferred); |
236 | 236 | } |
237 | 237 |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * @property string $ModifierFullName Name of modifier |
23 | 23 | * @property int $SequenceNr Related classification sequence number |
24 | 24 | */ |
25 | -class DivisionClass extends. Model |
|
25 | +class DivisionClass extends . Model |
|
26 | 26 | { |
27 | 27 | use Query\Findable; |
28 | 28 | use Persistance\Storable; |