@@ -481,12 +481,12 @@ |
||
481 | 481 | return $this; |
482 | 482 | } |
483 | 483 | |
484 | - /** |
|
485 | - * Removes properties marked as non-saved. |
|
486 | - * |
|
487 | - * @param array $properties |
|
488 | - * @return array |
|
489 | - */ |
|
484 | + /** |
|
485 | + * Removes properties marked as non-saved. |
|
486 | + * |
|
487 | + * @param array $properties |
|
488 | + * @return array |
|
489 | + */ |
|
490 | 490 | protected function filterNotSavedProperties(array $properties) |
491 | 491 | { |
492 | 492 | foreach ($this->getMetadata()->getAttributes() as $fieldKey => $propMeta) { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | */ |
55 | 55 | public function clear() |
56 | 56 | { |
57 | - throw new \BadMethodCallException('You cannot clear inverse collections.'); |
|
57 | + throw new \BadMethodCallException('You cannot clear inverse collections.'); |
|
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |