@@ -25,9 +25,9 @@ discard block |
||
25 | 25 | |
26 | 26 | protected function parse() |
27 | 27 | { |
28 | - if(isset($this->content['response'])){ |
|
28 | + if (isset($this->content['response'])) { |
|
29 | 29 | |
30 | - if(isset($this->content['response']['propstat'])) { |
|
30 | + if (isset($this->content['response']['propstat'])) { |
|
31 | 31 | // its a collection with one single element |
32 | 32 | $single_resource = $this->buildSingleResponse(); |
33 | 33 | $single_resource->setContent(['response' => $this->content['response']]); |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | /** |
49 | 49 | * @return GenericSinglePROPFINDCalDAVResponse[] |
50 | 50 | */ |
51 | - public function getResponses(){ |
|
51 | + public function getResponses() { |
|
52 | 52 | return $this->responses; |
53 | 53 | } |
54 | 54 |