Completed
Push — master ( 913d72...675f80 )
by Wanderson
01:41
created
app/model/Win/File/Directory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 	 * Retorna TRUE se é um diretorio
32 32
 	 * @return boolean
33 33
 	 */
34
-	public function exists(){
34
+	public function exists() {
35 35
 		return is_dir($this->path);
36 36
 	}
37 37
 
Please login to merge, or discard this patch.