Passed
Branch tests1.5 (2e49f7)
by Wanderson
01:30
created
www/app/model/Win/File/DirectoryItem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.