@@ -108,13 +108,13 @@ |
||
108 | 108 | return $this->getKeyName(); |
109 | 109 | } |
110 | 110 | |
111 | - /** |
|
112 | - * Set a given attribute on the model. |
|
113 | - * |
|
114 | - * @param string $key |
|
115 | - * @param mixed $value |
|
116 | - * @return $this |
|
117 | - */ |
|
111 | + /** |
|
112 | + * Set a given attribute on the model. |
|
113 | + * |
|
114 | + * @param string $key |
|
115 | + * @param mixed $value |
|
116 | + * @return $this |
|
117 | + */ |
|
118 | 118 | public function setAttribute($key, $value) |
119 | 119 | { |
120 | 120 | // First we will check for the presence of a mutator for the set operation |
@@ -207,7 +207,7 @@ |
||
207 | 207 | $dictionary = $this->getDictionary($items); |
208 | 208 | |
209 | 209 | foreach ($this->items as $item) { |
210 | - if (! isset($dictionary[(string) $item->getKey()])) { |
|
210 | + if (!isset($dictionary[(string) $item->getKey()])) { |
|
211 | 211 | $diff->add($item); |
212 | 212 | } |
213 | 213 | } |