@@ -42,7 +42,7 @@ |
||
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | /** @return Date */ |
| 45 | - public function getLastModifiedDate(){ |
|
| 45 | + public function getLastModifiedDate() { |
|
| 46 | 46 | $ts = filemtime($this->getAbsolutePath()); |
| 47 | 47 | return new \DateTime("@$ts"); |
| 48 | 48 | } |