@@ -72,7 +72,7 @@ |
||
72 | 72 | return $this; |
73 | 73 | } |
74 | 74 | |
75 | - public function addPropertyContent($propertyContent){ |
|
75 | + public function addPropertyContent($propertyContent) { |
|
76 | 76 | $this->propertyContents[] = $propertyContent; |
77 | 77 | return $this; |
78 | 78 |
@@ -72,7 +72,8 @@ |
||
72 | 72 | return $this; |
73 | 73 | } |
74 | 74 | |
75 | - public function addPropertyContent($propertyContent){ |
|
75 | + public function addPropertyContent($propertyContent) |
|
76 | + { |
|
76 | 77 | $this->propertyContents[] = $propertyContent; |
77 | 78 | return $this; |
78 | 79 |