@@ 185-187 (lines=3) @@ | ||
182 | if ($this->attributes !== null && $this->attributes->isEmpty() === false) { |
|
183 | return false; |
|
184 | } |
|
185 | if ($this->relationships !== null && $this->relationships->isEmpty() === false) { |
|
186 | return false; |
|
187 | } |
|
188 | if ($this->links !== null && $this->links->isEmpty() === false) { |
|
189 | return false; |
|
190 | } |
|
@@ 224-226 (lines=3) @@ | ||
221 | if ($this->attributes !== null && $this->attributes->isEmpty() === false) { |
|
222 | return false; |
|
223 | } |
|
224 | if ($this->relationships !== null && $this->relationships->isEmpty() === false) { |
|
225 | return false; |
|
226 | } |
|
227 | if ($this->links !== null && $this->links->isEmpty() === false) { |
|
228 | return false; |
|
229 | } |